FIX: Minor correction of variablename. don't even ask.

This commit is contained in:
iceman1001 2014-11-13 22:23:30 +01:00
parent 85578fcd4e
commit b22f7a6bc6

View file

@ -1607,7 +1607,7 @@ int CmdHF14AMfEKeyPrn(const char *Cmd)
char cmdp = param_getchar(Cmd, 0);
switch (ctmp) {
switch (cmdp) {
case '0' : numSectors = 5; break;
case '1' :
case '\0': numSectors = 16; break;