mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
formatting
This commit is contained in:
@@ -923,7 +923,7 @@ static int ndefDecodeExternal_record(NDEFHeader_t *ndef) {
|
||||
);
|
||||
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(INFO, "Payload [%u]...", ndef->PayloadLen);
|
||||
PrintAndLogEx(INFO, "Payload [%zu]...", ndef->PayloadLen);
|
||||
print_hex_noascii_break(ndef->Payload, ndef->PayloadLen, 32);
|
||||
|
||||
// do a character check?
|
||||
|
||||
Reference in New Issue
Block a user