From 63503a969fe9e11907f7e3f262a3f6c27d885f60 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 27 Apr 2017 11:42:04 +0200 Subject: http-proxy: removed unused argument in CURL_DISABLE_PROXY case Missed in commit 55c3c02e --- lib/http_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http_proxy.h') diff --git a/lib/http_proxy.h b/lib/http_proxy.h index 81b7b8b8b..cbb1ab421 100644 --- a/lib/http_proxy.h +++ b/lib/http_proxy.h @@ -34,7 +34,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, CURLcode Curl_proxy_connect(struct connectdata *conn, int sockindex); #else -#define Curl_proxyCONNECT(x,y,z,w,v) CURLE_NOT_BUILT_IN +#define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN #define Curl_proxy_connect(x,y) CURLE_OK #endif -- cgit v1.2.3