libmicrohttpd

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

commit 3d0dfd5b4081f3ca7f4233ded1ce1cf231ffeed7
parent 889626e54b7c822a0717fd1f748a237d6c279728
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 Oct 2015 12:48:03 +0000

-doxygen

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

diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h @@ -62,7 +62,7 @@ MHD_pool_destroy (struct MemoryPool *pool); * * @param pool memory pool to use for the operation * @param size number of bytes to allocate - * @param from_end allocate from end of pool (set to MHD_YES); + * @param from_end allocate from end of pool (set to #MHD_YES); * use this for small, persistent allocations that * will never be reallocated * @return NULL if the pool cannot support size more