mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
remove reduntant
This commit is contained in:
parent
c5e9201dd8
commit
5b8b4b295c
1 changed files with 4 additions and 6 deletions
|
@ -388,12 +388,10 @@ static int CmdPyramidSim(const char *Cmd) {
|
||||||
return PM3_EINVARG;
|
return PM3_EINVARG;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
// --raw and --fc/cn are mutually exclusive
|
||||||
if (use_raw) {
|
if (use_raw) {
|
||||||
// --raw and --fc/cn are mutually exclusive
|
PrintAndLogEx(FAILED, "Can't specify both raw and fc/cn at the same time");
|
||||||
if (use_raw) {
|
return PM3_EINVARG;
|
||||||
PrintAndLogEx(FAILED, "Can't specify both raw and fc/cn at the same time");
|
|
||||||
return PM3_EINVARG;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue