mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
Merged in raiden00/apps (pull request #58)
apps/nshlib/nsh_syscmds.c: missing semicolon
This commit is contained in:
commit
1ea82fe8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ int cmd_shutdown(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||
if (strcmp(argv[1], "--reboot") != 0)
|
||||
{
|
||||
nsh_output(vtbl, g_fmtarginvalid, argv[0]);
|
||||
return ERROR
|
||||
return ERROR;
|
||||
}
|
||||
|
||||
/* Invoke the BOARDIOC_RESET board control to reset the board. If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue