mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
small visual fixes
This commit is contained in:
parent
2c07bb790c
commit
f45c330843
2 changed files with 3 additions and 2 deletions
|
@ -725,7 +725,7 @@ int CmdHFMFPMAD(const char *cmd) {
|
|||
}
|
||||
|
||||
for(int j = 0; j < (verbose ? 4 : 3); j ++)
|
||||
PrintAndLogEx(NORMAL, "---[%03d] %s", (i + 1) * 4 + j, sprint_hex(&vsector[j * 16], 16));
|
||||
PrintAndLogEx(NORMAL, " [%03d] %s", (i + 1) * 4 + j, sprint_hex(&vsector[j * 16], 16));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue