Revert "Oops.. typo in bugfix."

This reverts commit 57998f8d71f33d557e6f5ca36c78c5167baaf375.
This commit is contained in:
Gregory Nutt 2018-08-22 12:06:25 -06:00
parent 4d9b55e623
commit 3a2a480eeb

View File

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