mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 00:28:07 +08:00
FIX: Minor correction of variablename. don't even ask.
This commit is contained in:
parent
85578fcd4e
commit
b22f7a6bc6
1 changed files with 1 additions and 1 deletions
|
@ -1607,7 +1607,7 @@ int CmdHF14AMfEKeyPrn(const char *Cmd)
|
||||||
|
|
||||||
char cmdp = param_getchar(Cmd, 0);
|
char cmdp = param_getchar(Cmd, 0);
|
||||||
|
|
||||||
switch (ctmp) {
|
switch (cmdp) {
|
||||||
case '0' : numSectors = 5; break;
|
case '0' : numSectors = 5; break;
|
||||||
case '1' :
|
case '1' :
|
||||||
case '\0': numSectors = 16; break;
|
case '\0': numSectors = 16; break;
|
||||||
|
|
Loading…
Reference in a new issue