diff options
Diffstat (limited to 'src/daemon/daemontest_get.c')
-rw-r--r-- | src/daemon/daemontest_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemontest_get.c b/src/daemon/daemontest_get.c index 79726a11..3f0b36ba 100644 --- a/src/daemon/daemontest_get.c +++ b/src/daemon/daemontest_get.c @@ -64,7 +64,7 @@ ahc_echo (void *cls, const char *method, const char *version, const char *upload_data, unsigned int *upload_data_size, - void ** unused) + void **unused) { const char *me = cls; struct MHD_Response *response; |