aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-22 12:37:45 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-22 12:37:45 +0200
commit9c7dc624ac5b251101e5f5b351ec660f67b312af (patch)
treef6c9ac770c735fbb65236260bf004b9f8d5760cc /src/microhttpd/response.c
parent3d1b941137f9d8379e6e67d5abd57be5ae6ebe1a (diff)
downloadlibmicrohttpd-9c7dc624ac5b251101e5f5b351ec660f67b312af.tar.gz
libmicrohttpd-9c7dc624ac5b251101e5f5b351ec660f67b312af.zip
unify
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 21be419b..e9d5a4bf 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -426,7 +426,7 @@ MHD_set_response_options (struct MHD_Response *response,
426 { 426 {
427 case MHD_RO_FREE_FUNCTION: 427 case MHD_RO_FREE_FUNCTION:
428 va_start (ap, flags); 428 va_start (ap, flags);
429 if (NULL != (response->crfc = va_arg (ap, MHD_free_ptr))) { 429 if (NULL != (response->crfc = va_arg (ap, MHD_ContentReaderFreeCallback))) {
430 ret = MHD_YES; 430 ret = MHD_YES;
431 } else { 431 } else {
432 ret = MHD_NO; 432 ret = MHD_NO;