redundant

This commit is contained in:
iceman1001
2020-05-12 10:30:14 +02:00
parent 8f188a5329
commit 5e4c83cc2f
4 changed files with 11 additions and 11 deletions

View File

@@ -2921,7 +2921,7 @@ static int CmdHF14AMfChk(const char *Cmd) {
}
keyBlock = p;
}
PrintAndLogEx(NORMAL, "[%2d] key %s", keycnt, sprint_hex((keyBlock + 6 * keycnt), 6));;
PrintAndLogEx(NORMAL, "[%2d] key %s", keycnt, sprint_hex((keyBlock + 6 * keycnt), 6));
keycnt++;
} else if (clen == 1) {
if (ctmp == 't') { transferToEml = 1; continue; }