From 3a2a480eebf2b9c70c59111da5bae09f25e356a5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 Aug 2018 12:06:25 -0600 Subject: [PATCH] Revert "Oops.. typo in bugfix." This reverts commit 57998f8d71f33d557e6f5ca36c78c5167baaf375. --- builtin/exec_builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/exec_builtin.c b/builtin/exec_builtin.c index eb097177d..05ccce779 100644 --- a/builtin/exec_builtin.c +++ b/builtin/exec_builtin.c @@ -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)