libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 7999c2d7bfcc3cee873451ee31cd757fc0192d14
parent f6c286d79afb970ec6bc01801fb0ab2d8e2a4084
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat,  6 Nov 2021 19:42:02 +0300

test_{tricky,toolarge}: fixed code style

Diffstat:
Msrc/testcurl/test_toolarge.c | 2+-
Msrc/testcurl/test_tricky.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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");