apps/nshlib/nsh_syscmds.c: missing semicolon
This commit is contained in:
parent
486967227e
commit
6ff8074532
@ -113,7 +113,7 @@ int cmd_shutdown(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||||||
if (strcmp(argv[1], "--reboot") != 0)
|
if (strcmp(argv[1], "--reboot") != 0)
|
||||||
{
|
{
|
||||||
nsh_output(vtbl, g_fmtarginvalid, argv[0]);
|
nsh_output(vtbl, g_fmtarginvalid, argv[0]);
|
||||||
return ERROR
|
return ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Invoke the BOARDIOC_RESET board control to reset the board. If
|
/* Invoke the BOARDIOC_RESET board control to reset the board. If
|
||||||
|
Loading…
Reference in New Issue
Block a user