summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cc3000/shell.c')
-rw-r--r--apps/examples/cc3000/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/cc3000/shell.c b/apps/examples/cc3000/shell.c
index 616c75154..2eecd2afa 100644
--- a/apps/examples/cc3000/shell.c
+++ b/apps/examples/cc3000/shell.c
@@ -201,7 +201,7 @@ static void shell_netinit(void)
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int shell_main(int argc, char *argv[])
#endif