This commit is contained in:
iceman1001 2019-03-09 11:30:26 +01:00
commit cc9ec2d79c
3 changed files with 4 additions and 4 deletions

View file

@ -367,7 +367,7 @@ int CmdHFFelicaDumpLite(const char *Cmd) {
printf("."); fflush(stdout);
if (ukbhit()) {
int gc = getchar(); (void)gc;
PrintAndLogEx(NORMAL, "\n[!] aborted via keyboard!\n");
PrintAndLogEx(WARNING, "\n[!] aborted via keyboard!\n");
DropField();
return 1;
}