mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix formatting error
This commit is contained in:
parent
7036e91f2e
commit
7fbc6b2e47
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ static int CmdEM4x70AutoRecover(const char *Cmd) {
|
||||||
PrintAndLogEx(HINT, "Block %d data was overwritten. Manually restart at step %d.", block, step);
|
PrintAndLogEx(HINT, "Block %d data was overwritten. Manually restart at step %d.", block, step);
|
||||||
return result;
|
return result;
|
||||||
} else if (PM3_SUCCESS != result) {
|
} else if (PM3_SUCCESS != result) {
|
||||||
PrintAndLogEx(FAILED, "Writing block %d: " _RED_("failed") ".");
|
PrintAndLogEx(FAILED, "Writing block %d: " _RED_("failed") ".", block);
|
||||||
PrintAndLogEx(HINT, "Block %d data was overwritten. Manually restart at step %d.", block, step);
|
PrintAndLogEx(HINT, "Block %d data was overwritten. Manually restart at step %d.", block, step);
|
||||||
return result;
|
return result;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue