mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-21 20:52:45 +08:00
CHG: minor spelling
This commit is contained in:
parent
e1c88b0965
commit
f07e76c687
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void annotateIso14443a(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize)
|
||||||
if ( cmdsize > 3)
|
if ( cmdsize > 3)
|
||||||
snprintf(exp,size,"AUTH-A(%d)",cmd[1]);
|
snprintf(exp,size,"AUTH-A(%d)",cmd[1]);
|
||||||
else
|
else
|
||||||
// case MIFARE_ULEV1_VERS : both 0x60.
|
// case MIFARE_ULEV1_VERSION : both 0x60.
|
||||||
snprintf(exp,size,"EV1 VERSION");
|
snprintf(exp,size,"EV1 VERSION");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue