summaryrefslogtreecommitdiff
path: root/apps/examples/ftpc/ftpc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ftpc/ftpc_main.c')
-rw-r--r--apps/examples/ftpc/ftpc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/ftpc/ftpc_main.c b/apps/examples/ftpc/ftpc_main.c
index 4175c780e..aab37944e 100644
--- a/apps/examples/ftpc/ftpc_main.c
+++ b/apps/examples/ftpc/ftpc_main.c
@@ -356,7 +356,7 @@ int ftpc_parse(SESSION handle, char *cmdline)
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int ftpc_main(int argc, char **argv, char **envp)
#endif