chg: removed warning

This commit is contained in:
Chris 2018-07-04 13:08:59 +02:00
parent 9571cf1d13
commit e536cb082f

View file

@ -2030,8 +2030,8 @@ int CmdHFiClassCheckKeys(const char *Cmd) {
PrintAndLogEx(SUCCESS, "Using elite algo");
if (use_raw)
PrintAndLogEx(SUCCESS, "Using raw mode");
PrintAndLogEx(SUCCESS, "Searching for %s key", (use_credit_key) ? "CREDIT" : "DEBIT");
PrintAndLogEx(SUCCESS, "Searching for %s key", (use_credit_key) ? "CREDIT" : "DEBIT");
PrintAndLogEx(SUCCESS,"Tag info");
PrintAndLogEx(SUCCESS, "CSN | %s", sprint_hex( CSN, sizeof(CSN) ));
PrintAndLogEx(SUCCESS, "CCNR | %s", sprint_hex( CCNR, sizeof(CCNR) ));