diff options
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r-- | src/microhttpd/internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c index dacb433f..055deb32 100644 --- a/src/microhttpd/internal.c +++ b/src/microhttpd/internal.c | |||
@@ -139,7 +139,7 @@ MHD_unescape_plus (char *arg) | |||
139 | * The result must also still be 0-terminated. | 139 | * The result must also still be 0-terminated. |
140 | * | 140 | * |
141 | * @param val value to unescape (modified in the process) | 141 | * @param val value to unescape (modified in the process) |
142 | * @return length of the resulting val (strlen(val) maybe | 142 | * @return length of the resulting val (`strlen(val)` may be |
143 | * shorter afterwards due to elimination of escape sequences) | 143 | * shorter afterwards due to elimination of escape sequences) |
144 | */ | 144 | */ |
145 | size_t | 145 | size_t |