From bdc4aae6a61852ca9d1b172d077d9a09279cd310 Mon Sep 17 00:00:00 2001 From: mwalker33 Date: Wed, 15 Apr 2020 17:42:11 +1000 Subject: [PATCH] Typo --- client/preferences.c | 2 +- client/proxmark3.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/preferences.c b/client/preferences.c index 138f38528..7c5ad9d14 100644 --- a/client/preferences.c +++ b/client/preferences.c @@ -557,7 +557,7 @@ static int CmdPrefShow (const char *Cmd) { return PM3_ESOFT; } - PrintAndLogEx(NORMAL," Preference file........ "_GREEN_("%s"),prefGetFilename()); + PrintAndLogEx(NORMAL," preference file........ "_GREEN_("%s"),prefGetFilename()); showEmojiState (prefShowNone); showColorState (prefShowNone); // showPlotPosState (); diff --git a/client/proxmark3.c b/client/proxmark3.c index cebe4529e..461b00b84 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -38,7 +38,7 @@ #endif // Used to enable/disable use of preferences json file -#define USE_PREFERENCE_FILE +// #define USE_PREFERENCE_FILE #ifdef _WIN32