fix coverity CID 321717

This commit is contained in:
iceman1001 2021-05-19 10:20:30 +02:00
commit 03a7109efd

View file

@ -1383,7 +1383,7 @@ void HIDListFormats(void) {
++i;
}
PrintAndLogEx(INFO, "------------------------------------------------------------");
PrintAndLogEx(INFO, "Available card formats: " _YELLOW_("%" PRIu32), ARRAYLEN(FormatTable));
PrintAndLogEx(INFO, "Available card formats: " _YELLOW_("%" PRIu64), ARRAYLEN(FormatTable));
PrintAndLogEx(NORMAL, "");
return;
}