chg: colors

This commit is contained in:
iceman1001 2019-02-24 14:51:21 +01:00
commit cea5b5214d
4 changed files with 18 additions and 17 deletions

View file

@ -1812,7 +1812,7 @@ int CmdHF14AMfChk(const char *Cmd) {
f = fopen( filename , "r");
if ( !f ) {
PrintAndLogEx(FAILED, "File: " _YELLOW_(%s)": not found or locked.", filename);
PrintAndLogEx(FAILED, "File: " _YELLOW_(%s) ": not found or locked.", filename);
continue;
}