From 57998f8d71f33d557e6f5ca36c78c5167baaf375 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 Aug 2018 10:00:37 -0600 Subject: [PATCH] Oops.. typo in bugfix. --- 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 05ccce779..eb097177d 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, } } -#idef CONFIG_LIBC_EXECFUNCS +#ifdef CONFIG_LIBC_EXECFUNCS /* A NULL entry point implies that the task is a loadable application */ if (builtin->main == NULL)