Skip to content
Snippets Groups Projects
Commit 8e0a8ee3 authored by patacongo's avatar patacongo
Browse files

cosmetic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2057 42af7a65-404d-4744-a932-0658087f49c3
parent 713c8d59
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ static void create_environment(httpd_conn *hc);
static char **make_argp(httpd_conn *hc);
static inline int cgi_interpose_input(httpd_conn *hc, int wfd, char *buffer);
static inline int cgi_interpose_output(httpd_conn *hc, int rfd, char *inbuffer,
struct cgi_outbuffer_s *hdr);
struct cgi_outbuffer_s *hdr);
static int cgi_child(int argc, char **argv);
/****************************************************************************
......@@ -407,7 +407,7 @@ static inline int cgi_interpose_input(httpd_conn *hc, int wfd, char *buffer)
*/
static inline int cgi_interpose_output(httpd_conn *hc, int rfd, char *inbuffer,
struct cgi_outbuffer_s *hdr)
struct cgi_outbuffer_s *hdr)
{
ssize_t nbytes_read;
char *br = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment