|
|
| version 1.4.4.1, 2013/01/17 16:04:31 | version 1.5, 2013/05/30 09:16:42 |
|---|---|
| Line 74 int cli_Cmd_Help(void * __restrict buffer, int idx, ch | Line 74 int cli_Cmd_Help(void * __restrict buffer, int idx, ch |
| struct tagCommand *cmd; | struct tagCommand *cmd; |
| if (!buffer) { | if (!buffer) { |
| cli_SetErr(EINVAL, "Error:: invalid input parameters ..."); | cli_SetErr(EINVAL, "Invalid input parameters ..."); |
| return RETCODE_ERR; | return RETCODE_ERR; |
| } | } |