Replace ";;" with ";".

This commit is contained in:
Gisle Vanem
2006-10-15 20:28:03 +00:00
parent 97eb62aff8
commit 2260c8aa11
2 changed files with 9 additions and 9 deletions

View File

@@ -1083,7 +1083,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option,
/*
* The already set string is allocated, free that first
*/
data->change.proxy_alloc=FALSE;;
data->change.proxy_alloc = FALSE;
free(data->change.proxy);
}
data->set.set_proxy = va_arg(param, char *);