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 9d54ddee..6026e803 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1825,7 +1825,7 @@ enum MHD_OPTION
1825 * MHD_OPTION_END); 1825 * MHD_OPTION_END);
1826 * 1826 *
1827 * For options that expect a single pointer argument, the 1827 * For options that expect a single pointer argument, the
1828 * second member of the `struct MHD_OptionItem` is ignored. 1828 * 'value' member of the `struct MHD_OptionItem` is ignored.
1829 * For options that expect two pointer arguments, the first 1829 * For options that expect two pointer arguments, the first
1830 * argument must be cast to `intptr_t`. 1830 * argument must be cast to `intptr_t`.
1831 */ 1831 */