summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-21 22:15:22 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-21 22:15:52 +0100
commitd00bc09251a995cdefc38dbad85d1680c616d343 (patch)
tree37a404384675485d9bb3d840b54a2310efce3206 /curl
parentf55deeb525dd22194d4438f8b791bc344a77521e (diff)
curl: it seems the build breaks unless this is formatted ugly
Change-Id: I554bb631a9b8d7b334483eeaed9b096451660a75
Diffstat (limited to 'curl')
-rw-r--r--curl/curl-7.26.0_win-proxy.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/curl/curl-7.26.0_win-proxy.patch b/curl/curl-7.26.0_win-proxy.patch
index 810438f83168..222bec4f55d4 100644
--- a/curl/curl-7.26.0_win-proxy.patch
+++ b/curl/curl-7.26.0_win-proxy.patch
@@ -84,7 +84,7 @@
+ /* Look for the http proxy setting */
+ char* tok;
+
-+ if (NULL != ieProxy) {
++ if(NULL != ieProxy) {
+ tok = strtok(ieProxy, ";");
+ if(strchr(tok, '=') == NULL) {
+ proxy = strdup(ieProxy);