mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
61525e7e89
commit
56f92348ea
8 changed files with 58 additions and 58 deletions
|
@ -226,11 +226,11 @@ static int ndefDecodePayload(NDEFHeader_t *ndef) {
|
|||
|
||||
if (!strncmp((char *)ndef->Type, "U", ndef->TypeLen)) {
|
||||
PrintAndLogEx(NORMAL
|
||||
, "\turi : %s%.*s"
|
||||
, (ndef->Payload[0] <= 0x23 ? URI_s[ndef->Payload[0]] : "[err]")
|
||||
, ndef->PayloadLen-1
|
||||
, &ndef->Payload[1]
|
||||
);
|
||||
, "\turi : %s%.*s"
|
||||
, (ndef->Payload[0] <= 0x23 ? URI_s[ndef->Payload[0]] : "[err]")
|
||||
, ndef->PayloadLen - 1
|
||||
, &ndef->Payload[1]
|
||||
);
|
||||
}
|
||||
|
||||
if (!strncmp((char *)ndef->Type, "Sig", ndef->TypeLen)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue