mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-15 19:17:26 -07:00
chg: 'hf mf restore' - add finish message
chg: 'hf mfu restore' - add finish message chg: 'hf 15 restore' - add finish message, close filehandle when failing.
This commit is contained in:
parent
a185e83ffb
commit
0383d7f052
3 changed files with 9 additions and 2 deletions
|
@ -1055,8 +1055,8 @@ int CmdHF14AMfRestore(const char *Cmd) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
fclose(fdump);
|
||||
PrintAndLogEx(INFO, "Finish restore");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue