summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd/thttpd_cgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/thttpd/thttpd_cgi.c')
-rw-r--r--apps/netutils/thttpd/thttpd_cgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/thttpd/thttpd_cgi.c b/apps/netutils/thttpd/thttpd_cgi.c
index 32aae5526..9e63b25b4 100644
--- a/apps/netutils/thttpd/thttpd_cgi.c
+++ b/apps/netutils/thttpd/thttpd_cgi.c
@@ -856,7 +856,7 @@ static int cgi_child(int argc, char **argv)
/* Run the CGI program. */
nllvdbg("Starting CGI: %s\n", hc->expnfilename);
- child = exec(hc->expnfilename, (FAR const char **)argp, g_thttpdsymtab, g_thttpdnsymbols);
+ child = exec(hc->expnfilename, (FAR char * const *)argp, g_thttpdsymtab, g_thttpdnsymbols);
if (child < 0)
{
/* Something went wrong. */