From 57975d8ada4c12756c18d480ab37e46c60f99c53 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 5 Sep 2020 10:54:00 +0200 Subject: [PATCH] textual --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index c51f3aa23..cab2160cc 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -879,7 +879,7 @@ static int FastDumpWithEcFill(uint8_t numsectors) { res = WaitForResponseTimeout(CMD_HF_MIFARE_EML_LOAD, &resp, 2000); if (res != PM3_SUCCESS) { PrintAndLogEx(INFO, "fast dump reported back failure w KEY B"); - PrintAndLogEx(INFO, "Dump file is " _RED_("PARTIAL") "complete"); + PrintAndLogEx(INFO, "Dump file is " _RED_("PARTIAL") " complete"); } } return PM3_SUCCESS;