Fix prompt colors in log -> spurious space in color macros -> adjust lots of files...

This commit is contained in:
Philippe Teuwen 2020-04-22 02:22:55 +02:00
commit 8bdda55115
64 changed files with 315 additions and 320 deletions

View file

@ -201,7 +201,7 @@ int CmdsParse(const command_t Commands[], const char *Cmd) {
if (Commands[i].IsAvailable()) {
break;
} else {
PrintAndLogEx(WARNING, "This command is " _YELLOW_("not available") "in this mode");
PrintAndLogEx(WARNING, "This command is " _YELLOW_("not available") " in this mode");
return PM3_ENOTIMPL;
}
}