mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
fix: duplicate break
This commit is contained in:
@@ -2194,7 +2194,6 @@ int CmdHFiClassLookUp(const char *Cmd) {
|
||||
}
|
||||
cmdp += 2;
|
||||
break;
|
||||
break;
|
||||
case 'e':
|
||||
use_elite = true;
|
||||
cmdp++;
|
||||
|
||||
Reference in New Issue
Block a user