mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix: duplicate break
This commit is contained in:
parent
0dc0a96b3c
commit
7a152dc383
1 changed files with 0 additions and 1 deletions
|
@ -2194,7 +2194,6 @@ int CmdHFiClassLookUp(const char *Cmd) {
|
||||||
}
|
}
|
||||||
cmdp += 2;
|
cmdp += 2;
|
||||||
break;
|
break;
|
||||||
break;
|
|
||||||
case 'e':
|
case 'e':
|
||||||
use_elite = true;
|
use_elite = true;
|
||||||
cmdp++;
|
cmdp++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue