Merge pull request #1505 from micsen/patch-1

Fixed typo in the key table function
This commit is contained in:
Philippe Teuwen 2021-09-12 17:49:40 +02:00 committed by GitHub
commit c845abbcab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3541,7 +3541,7 @@ void printKeyTableEx(uint8_t sectorscnt, sector_t *e_sector, uint8_t start_secto
_YELLOW_("R") ":Reused / " _YELLOW_("R") ":Reused / "
_YELLOW_("N") ":Nested / " _YELLOW_("N") ":Nested / "
_YELLOW_("H") ":Hardnested / " _YELLOW_("H") ":Hardnested / "
_YELLOW_("C") ":statiCnested / " _YELLOW_("C") ":staticNested / "
_YELLOW_("A") ":keyA " _YELLOW_("A") ":keyA "
" )" " )"
); );