From 7fbc6b2e47019408ea429e6c91b2cf033aadbf49 Mon Sep 17 00:00:00 2001 From: Henry Gabryjelski Date: Mon, 11 Mar 2024 18:28:47 -0700 Subject: [PATCH] fix formatting error --- client/src/cmdlfem4x70.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlfem4x70.c b/client/src/cmdlfem4x70.c index bb56241f6..b9d632703 100644 --- a/client/src/cmdlfem4x70.c +++ b/client/src/cmdlfem4x70.c @@ -1236,7 +1236,7 @@ static int CmdEM4x70AutoRecover(const char *Cmd) { PrintAndLogEx(HINT, "Block %d data was overwritten. Manually restart at step %d.", block, step); return 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); return result; } else {