diff options
Diffstat (limited to 'src/daemon/minimal_example.c')
-rw-r--r-- | src/daemon/minimal_example.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon/minimal_example.c b/src/daemon/minimal_example.c index 0cbf3a14..647a4776 100644 --- a/src/daemon/minimal_example.c +++ b/src/daemon/minimal_example.c @@ -40,9 +40,8 @@ ahc_echo (void *cls, struct MHD_Connection *connection, const char *url, const char *method, - const char *version, - const char *upload_data, - unsigned int *upload_data_size, void **ptr) + const char *version, + const char *upload_data, unsigned int *upload_data_size, void **ptr) { static int aptr; const char *me = cls; |