libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 11942cb8683096ed7df5b5a060d21bcf35a877d4
parent a47ffa2c3d396e999af8c644c2289fdc46271280
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun, 17 Aug 2025 18:41:31 +0200

mhd_lib_init.c: fixed typo in doxy comment

Diffstat:
Msrc/mhd2/mhd_lib_init.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd2/mhd_lib_init.c b/src/mhd2/mhd_lib_init.c @@ -292,7 +292,7 @@ AIF_DECL_USR_DLLMAIN /* Declare the function */ * Special automatically called function for DLL initialisation on W32. * @param hinst the DLL module handle * @param reason the code of the call reason - * @param pReserved NULL is statically loaded, non-NULL is loaded dynamically + * @param pReserved NULL is statically loaded, non-NULL if loaded dynamically * @return TRUE if succeed (always), * FALSE if failed */