mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
propagate CmdsParse return value
This commit is contained in:
parent
38fc6e2290
commit
1b6a45ac17
46 changed files with 47 additions and 93 deletions
|
@ -173,7 +173,6 @@ static int CmdHelp(const char *Cmd) {
|
|||
|
||||
int CmdLFPCF7931(const char *Cmd) {
|
||||
clearCommandBuffer();
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
return CmdsParse(CommandTable, Cmd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue