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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/netutils/thttpd/thttpd_cgi.c b/apps/netutils/thttpd/thttpd_cgi.c
index 9e63b25b4..1c931bb22 100644
--- a/apps/netutils/thttpd/thttpd_cgi.c
+++ b/apps/netutils/thttpd/thttpd_cgi.c
@@ -530,7 +530,7 @@ static inline int cgi_interpose_output(struct cgi_conn_s *cc)
return 1;
}
- /* Figure out the status. Look for a Status: or Location: header; else if
+ /* Figure out the status. Look for a Status: or Location: header; else if
* there's an HTTP header line, get it from there; else default to 200.
*/
@@ -811,7 +811,7 @@ static int cgi_child(int argc, char **argv)
cc->rdfd = pipefd[0];
close(pipefd[1]);
-
+
if (ret < 0)
{
nlldbg("STDOUT dup2: %d\n", errno);