diff options
Diffstat (limited to 'src/daemon/fileserver_example.c')
-rw-r--r-- | src/daemon/fileserver_example.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/fileserver_example.c b/src/daemon/fileserver_example.c index 15b6aa24..c5bf762b 100644 --- a/src/daemon/fileserver_example.c +++ b/src/daemon/fileserver_example.c @@ -52,8 +52,7 @@ ahc_echo (void *cls, const char *url, const char *method, const char *upload_data, - const char *version, unsigned int *upload_data_size, - void ** unused) + const char *version, unsigned int *upload_data_size, void **unused) { struct MHD_Response *response; int ret; |