aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 87d2f86e..23ce06c7 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3150,7 +3150,7 @@ MHD_set_connection_value_n (struct MHD_Connection *connection,
3150 * simply prints an error message and calls `abort()`. Alternative 3150 * simply prints an error message and calls `abort()`. Alternative
3151 * implementations might call `exit()` or other similar functions. 3151 * implementations might call `exit()` or other similar functions.
3152 * 3152 *
3153 * @param cb new error handler 3153 * @param cb new error handler or NULL to use default handler
3154 * @param cls passed to @a cb 3154 * @param cls passed to @a cb
3155 * @ingroup logging 3155 * @ingroup logging
3156 */ 3156 */