Keep string syntax in color macros

This commit is contained in:
Philippe Teuwen
2019-03-10 00:56:00 +01:00
parent 48124f89b4
commit da6cdf014b
24 changed files with 144 additions and 144 deletions

View File

@@ -1079,7 +1079,7 @@ bool DecodeMifareData(uint8_t *cmd, uint8_t cmdsize, uint8_t *parity, bool isRes
PrintAndLogEx(NORMAL, " | | * |%49s %012"PRIx64" prng %s | |",
"key",
mfLastKey,
validate_prng_nonce(AuthData.nt) ? _GREEN_(WEAK) : _YELLOW_(HARD));
validate_prng_nonce(AuthData.nt) ? _GREEN_("WEAK") : _YELLOW_("HARD"));
AuthData.first_auth = false;