From e6e58227cb6bc8ce1252db181c99fa132b1bcb7d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 5 May 2021 12:06:20 +0200 Subject: [PATCH] text --- client/src/cmdhfmf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 7007fdcef..cefdba4d0 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -3538,10 +3538,10 @@ void printKeyTableEx(uint8_t sectorscnt, sector_t *e_sector, uint8_t start_secto _YELLOW_("H") ":Hardnested / " _YELLOW_("C") ":statiCnested / " _YELLOW_("A") ":keyA " - ")" + " )" ); } else { - PrintAndLogEx(SUCCESS, "( " _YELLOW_("0") ":Failed / " _YELLOW_("1") ":Success)"); + PrintAndLogEx(SUCCESS, "( " _YELLOW_("0") ":Failed / " _YELLOW_("1") ":Success )"); } PrintAndLogEx(NORMAL, ""); }