From efbfe4884e2502abeee5c101ac47980cdc80d5ff Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 12 Sep 2021 20:22:35 +0200 Subject: [PATCH] Revert "Fixed typo in the key table function" Nested is using N StatiCnested is using C This reverts commit 40e513a3c8cfaf7f70361f81f678fa495bd0e2fb. --- 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 d16267d36..016e749f1 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -3541,7 +3541,7 @@ void printKeyTableEx(uint8_t sectorscnt, sector_t *e_sector, uint8_t start_secto _YELLOW_("R") ":Reused / " _YELLOW_("N") ":Nested / " _YELLOW_("H") ":Hardnested / " - _YELLOW_("C") ":staticNested / " + _YELLOW_("C") ":statiCnested / " _YELLOW_("A") ":keyA " " )" );