propagate CmdsParse return value
This commit is contained in:
@@ -925,6 +925,5 @@ static int CmdHelp(const char *Cmd) {
|
||||
|
||||
int CmdAnalyse(const char *Cmd) {
|
||||
clearCommandBuffer();
|
||||
CmdsParse(CommandTable, Cmd);
|
||||
return 0;
|
||||
return CmdsParse(CommandTable, Cmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user