tiny oopsie

This commit is contained in:
Nya0 2024-12-28 00:09:04 +03:00
parent e72b51e1f7
commit 6b46a91896

@ -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;