libmicrohttpd

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

commit 6fe361f9a840f5232fddcda4ac7bf90c9c9bd1b8
parent c943867f5f6c374e44ff0297fc388a3e4edb09e9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed,  9 Aug 2017 21:55:48 +0300

libmicrohttpd2.h: fixed typo

Diffstat:
Msrc/include/microhttpd2.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h @@ -1921,7 +1921,7 @@ MHD_connection_get_information_sz (struct MHD_Connection *connection, #define MHD_connection_get_information(connection, \ info_type, \ return_value) \ - MHD_connection_get_information_sz ((connection),(info_type),(return_value),sizeof(enum MHD_ConnectionInformationType)) + MHD_connection_get_information_sz ((connection),(info_type),(return_value),sizeof(union MHD_ConnectionInformation)) /**