fix coverity 290110 - missing break

This commit is contained in:
iceman1001 2020-06-02 09:17:10 +02:00
parent a62199ac0f
commit 071ab7193c

View file

@ -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;