aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_tricky.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_tricky.c')
-rw-r--r--src/testcurl/test_tricky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_tricky.c b/src/testcurl/test_tricky.c
index 49b89e84..c0233bda 100644
--- a/src/testcurl/test_tricky.c
+++ b/src/testcurl/test_tricky.c
@@ -417,7 +417,7 @@ ahcCheck (void *cls,
417 mhdErrorExitDesc ("Wrong number of headers in the request"); 417 mhdErrorExitDesc ("Wrong number of headers in the request");
418 418
419 response = MHD_create_response_from_buffer (param->rp_data_size, 419 response = MHD_create_response_from_buffer (param->rp_data_size,
420 (void*) param->rp_data, 420 (void *) param->rp_data,
421 MHD_RESPMEM_MUST_COPY); 421 MHD_RESPMEM_MUST_COPY);
422 if (NULL == response) 422 if (NULL == response)
423 mhdErrorExitDesc ("Failed to create response"); 423 mhdErrorExitDesc ("Failed to create response");