libmicrohttpd

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

commit d60b990cc9f3831b2b1fbd43eeae650176e5ee53
parent 7c5b14acec6ca88e19113084f41611705e36cac4
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat,  6 Nov 2021 12:18:04 +0300

mhd_sockets: code style fixes

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

diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h @@ -647,7 +647,7 @@ typedef int MHD_SCKT_SEND_SIZE_; * @param err the WinSock error code. * @return pointer to string description of specified WinSock error. */ -const char*MHD_W32_strerror_winsock_ (int err); +const char *MHD_W32_strerror_winsock_ (int err); #endif /* MHD_WINSOCK_SOCKETS */