fix cppchecker -

This commit is contained in:
iceman1001 2021-05-13 21:21:33 +02:00
commit 6db2a84499

View file

@ -3963,7 +3963,7 @@ static int CmdT55xxSniff(const char *Cmd) {
PrintAndLogEx(ERR, "Must call with --zero larger than 0"); PrintAndLogEx(ERR, "Must call with --zero larger than 0");
return PM3_EINVARG; return PM3_EINVARG;
} }
if ((opt_width0 == 0) || (opt_width1 == 0)) { if (opt_width1 == 0) {
PrintAndLogEx(ERR, "Must call with --one larger than 0"); PrintAndLogEx(ERR, "Must call with --one larger than 0");
return PM3_EINVARG; return PM3_EINVARG;
} }