Merged in raiden00/apps (pull request #58)

apps/nshlib/nsh_syscmds.c: missing semicolon
This commit is contained in:
Gregory Nutt 2016-08-25 07:16:25 -06:00
commit 1ea82fe8fa

View File

@ -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