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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2eb6e05c..67f26bc3 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3300,8 +3300,8 @@ MHD_set_panic_func (MHD_PanicCallback cb, void *cls);
3300 3300
3301/** 3301/**
3302 * Process escape sequences ('%HH') Updates val in place; the 3302 * Process escape sequences ('%HH') Updates val in place; the
3303 * result should be UTF-8 encoded and cannot be larger than the input. 3303 * result cannot be larger than the input.
3304 * The result must also still be 0-terminated. 3304 * The result is still be 0-terminated.
3305 * 3305 *
3306 * @param val value to unescape (modified in the process) 3306 * @param val value to unescape (modified in the process)
3307 * @return length of the resulting val (`strlen(val)` may be 3307 * @return length of the resulting val (`strlen(val)` may be