diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 357e1d45e..e027a0d77 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -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);