aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r--src/microhttpd/memorypool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h
index 18c8e63c..a9af78a9 100644
--- a/src/microhttpd/memorypool.h
+++ b/src/microhttpd/memorypool.h
@@ -114,7 +114,7 @@ MHD_pool_is_resizable_inplace (struct MemoryPool *pool,
114 * @param size the size of memory in bytes to allocate 114 * @param size the size of memory in bytes to allocate
115 * @param[out] required_bytes the pointer to variable to be updated with 115 * @param[out] required_bytes the pointer to variable to be updated with
116 * the size of the required additional free 116 * the size of the required additional free
117 * memory area, not updated if function succeed. 117 * memory area, set to 0 if function succeeds.
118 * Cannot be NULL. 118 * Cannot be NULL.
119 * @return the pointer to allocated memory area if succeed, 119 * @return the pointer to allocated memory area if succeed,
120 * NULL if the pool doesn't have enough space, required_bytes is updated 120 * NULL if the pool doesn't have enough space, required_bytes is updated