mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-29 11:52:59 +08:00
text
This commit is contained in:
parent
91892bc1bf
commit
749ba504f8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue