libmicrohttpd

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

commit 74ccb7ae9db4b2c978c377d4af2b5448ff8a4f26
parent 7e364798939f474e3223c0794046d73c129aad45
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon,  5 Oct 2020 22:02:56 +0300

memorypool: fixed typo

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

diff --git a/src/microhttpd/memorypool.c b/src/microhttpd/memorypool.c @@ -68,7 +68,7 @@ #if defined(PAGE_SIZE) #define MHD_DEF_PAGE_SIZE_ PAGE_SIZE #elif defined(PAGESIZE) -#define MHD_DEF_PAGE_SIZE_ PAGE_SIZE +#define MHD_DEF_PAGE_SIZE_ PAGESIZE #else /* ! PAGESIZE */ #define MHD_DEF_PAGE_SIZE_ (4096) #endif /* ! PAGESIZE */