Commit be84287b authored by Felix Paul Kühne's avatar Felix Paul Kühne

compilation fix

parent 0d087b3c
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
char *httpd_ClientIP (const httpd_client_t *cl, char *psz_ip, int *port) char *httpd_ClientIP (const httpd_client_t *cl, char *psz_ip, int *port)
{ {
(void) cl; (void) psz_ip; (void) port (void) cl; (void) psz_ip; (void) port;
assert (0); assert (0);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment