diff options
Diffstat (limited to 'release/picobsd/tinyware/simple_httpd')
-rw-r--r-- | release/picobsd/tinyware/simple_httpd/simple_httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c index f497c0bd96a5..dce226294c74 100644 --- a/release/picobsd/tinyware/simple_httpd/simple_httpd.c +++ b/release/picobsd/tinyware/simple_httpd/simple_httpd.c @@ -194,7 +194,7 @@ log_line(char *req) * and do what needs to be done */ void -http_request() +http_request(void) { int fd, lg, i; int cmd = 0; |