mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
fix cppchecker -
This commit is contained in:
parent
ec46f55821
commit
6db2a84499
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue