aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.c')
-rw-r--r--src/microhttpd/mhd_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 6099f93c..efe31f12 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -1164,7 +1164,7 @@ MHD_str_to_uvalue_n_ (const char *str,
1164 void *out_val, 1164 void *out_val,
1165 size_t val_size, 1165 size_t val_size,
1166 uint64_t max_val, 1166 uint64_t max_val,
1167 int base) 1167 unsigned int base)
1168{ 1168{
1169 size_t i; 1169 size_t i;
1170 uint64_t res; 1170 uint64_t res;