diff options
Diffstat (limited to 'src/microhttpd/mhd_str.c')
-rw-r--r-- | src/microhttpd/mhd_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c index 7c7fcf1f..822feccc 100644 --- a/src/microhttpd/mhd_str.c +++ b/src/microhttpd/mhd_str.c | |||
@@ -1146,7 +1146,7 @@ MHD_strx_to_uint64_n_ (const char *str, | |||
1146 | * @param base the numeric base, 10 or 16 | 1146 | * @param base the numeric base, 10 or 16 |
1147 | * @return non-zero number of characters processed on succeed, | 1147 | * @return non-zero number of characters processed on succeed, |
1148 | * zero if no digit is found, resulting value is larger | 1148 | * zero if no digit is found, resulting value is larger |
1149 | * then @max_val, @val_size is not 16/32 or @a out_val is NULL | 1149 | * then @a max_val, @a val_size is not 4/8 or @a out_val is NULL |
1150 | */ | 1150 | */ |
1151 | size_t | 1151 | size_t |
1152 | MHD_str_to_uvalue_n_ (const char *str, | 1152 | MHD_str_to_uvalue_n_ (const char *str, |