mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
fix coverity 290110 - missing break
This commit is contained in:
parent
a62199ac0f
commit
071ab7193c
1 changed files with 1 additions and 0 deletions
|
@ -2177,6 +2177,7 @@ static int CmdHF14AMfURestore(const char *Cmd) {
|
|||
case 'v':
|
||||
cmdp++;
|
||||
verbose = true;
|
||||
break;
|
||||
default:
|
||||
PrintAndLogEx(WARNING, "Unknown parameter: " _RED_("'%c'"), param_getchar(Cmd, cmdp));
|
||||
errors = true;
|
||||
|
|
Loading…
Reference in a new issue