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:
iceman1001 2019-04-03 15:34:36 +02:00
commit 0383d7f052
3 changed files with 9 additions and 2 deletions

View file

@ -2223,6 +2223,7 @@ int CmdHF14AMfURestore(const char *Cmd) {
DropField();
free(dump);
PrintAndLogEx(INFO, "Finish restore");
return 0;
}
//