diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c index 0b4748eb..2cb1f48e 100644 --- a/src/testcurl/test_toolarge.c +++ b/src/testcurl/test_toolarge.c @@ -489,7 +489,7 @@ ahcCheck (void *cls, mhdErrorExitDesc ("Wrong number of headers in the request"); response = MHD_create_response_from_buffer (param->rp_data_size, - (void*) param->rp_data, + (void *) param->rp_data, MHD_RESPMEM_MUST_COPY); if (NULL == response) mhdErrorExitDesc ("Failed to create response"); 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, mhdErrorExitDesc ("Wrong number of headers in the request"); response = MHD_create_response_from_buffer (param->rp_data_size, - (void*) param->rp_data, + (void *) param->rp_data, MHD_RESPMEM_MUST_COPY); if (NULL == response) mhdErrorExitDesc ("Failed to create response");