mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-25 16:24:53 +00:00
Fixed typo in the key table function
statiCnested to staticNested
This commit is contained in:
@@ -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 "
|
||||
" )"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user