mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
tiny oopsie
This commit is contained in:
parent
e72b51e1f7
commit
6b46a91896
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ static int CmdLFHitagSRestore(const char *Cmd) {
|
|||
if (resp.status != PM3_SUCCESS) {
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(ERROR, "Write failed for page %d", page);
|
||||
PrintAndLogEx(FAILED, "Write failed for page %d", page);
|
||||
print_error(resp.reason);
|
||||
free(dump);
|
||||
return PM3_ESOFT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue