aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.h')
-rw-r--r--src/microhttpd/mhd_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 2943cf27..09c63578 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -341,7 +341,7 @@ MHD_strx_to_uint64_n_ (const char *str,
341 * @param base the numeric base, 10 or 16 341 * @param base the numeric base, 10 or 16
342 * @return non-zero number of characters processed on succeed, 342 * @return non-zero number of characters processed on succeed,
343 * zero if no digit is found, resulting value is larger 343 * zero if no digit is found, resulting value is larger
344 * then @max_val, @val_size is not 16/32 or @a out_val is NULL 344 * then @a max_val, @a val_size is not 4/8 or @a out_val is NULL
345 */ 345 */
346size_t 346size_t
347MHD_str_to_uvalue_n_ (const char *str, 347MHD_str_to_uvalue_n_ (const char *str,