mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
style
This commit is contained in:
parent
f9d0649fe1
commit
98de0f434b
1 changed files with 2 additions and 2 deletions
|
@ -1094,7 +1094,7 @@ int NDEFDecodeAndPrint(uint8_t *ndef, size_t ndefLen, bool verbose) {
|
|||
indx += len;
|
||||
break;
|
||||
}
|
||||
case 0xfd: {
|
||||
case 0xFD: {
|
||||
indx++;
|
||||
uint16_t len = ndefTLVGetLength(&ndef[indx], &indx);
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
@ -1103,7 +1103,7 @@ int NDEFDecodeAndPrint(uint8_t *ndef, size_t ndefLen, bool verbose) {
|
|||
indx += len;
|
||||
break;
|
||||
}
|
||||
case 0xfe: {
|
||||
case 0xFE: {
|
||||
PrintAndLogEx(SUCCESS, "NDEF Terminator detected");
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue