Oops.. typo in bugfix.

This commit is contained in:
Gregory Nutt 2018-08-22 10:00:37 -06:00
parent 64e423a49c
commit 57998f8d71

View file

@ -181,7 +181,7 @@ int exec_builtin(FAR const char *appname, FAR char * const *argv,
}
}
#idef CONFIG_LIBC_EXECFUNCS
#ifdef CONFIG_LIBC_EXECFUNCS
/* A NULL entry point implies that the task is a loadable application */
if (builtin->main == NULL)