aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/formdata.c')
-rw-r--r--lib/formdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.c b/lib/formdata.c
index 4f0845c3f..1d11bc939 100644
--- a/lib/formdata.c
+++ b/lib/formdata.c
@@ -1539,7 +1539,7 @@ void curl_formfree(struct curl_httppost *form)
char *Curl_FormBoundary(void)
{
char *retstring;
- static int randomizer=0; /* this is just so that two boundaries within
+ static int randomizer; /* this is just so that two boundaries within
the same form won't be identical */
size_t i;