This commit is contained in:
merlokk 2023-12-11 21:25:31 +02:00
parent 91892bc1bf
commit 749ba504f8

View file

@ -8923,7 +8923,7 @@ static int CmdHF14AMfInfo(const char *Cmd) {
}
if (keyType != 0xff)
PrintAndLogEx(SUCCESS, "Block 0 ......... %s", sprint_hex(blockdata, MFBLOCK_SIZE));
PrintAndLogEx(SUCCESS, "Block 0.......... %s", sprint_hex(blockdata, MFBLOCK_SIZE));
}
free(keyBlock);