summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd')
-rw-r--r--apps/examples/thttpd/thttpd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/thttpd/thttpd_main.c b/apps/examples/thttpd/thttpd_main.c
index 868f43438..4cad55b53 100644
--- a/apps/examples/thttpd/thttpd_main.c
+++ b/apps/examples/thttpd/thttpd_main.c
@@ -172,7 +172,7 @@ int g_thttpdnsymbols;
****************************************************************************/
#ifdef CONFIG_BUILD_KERNEL
-int main(int argc, FAR char **argv)
+int main(int argc, FAR char *argv[])
#else
int thttp_main(int argc, char *argv[])
#endif