From b39a185c68075b64d5e9a1b024f7a6f901a36ba5 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 9 Jan 2017 15:41:53 +0000 Subject: Fix strange whitespace related compiler warning. Change-Id: I715db29afde57ffc8fe99614507bce5675f07a6a Reviewed-on: https://gerrit.libreoffice.org/33180 Reviewed-by: Aron Budea Tested-by: Aron Budea --- external/curl/curl-7.26.0_win-proxy.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/curl/curl-7.26.0_win-proxy.patch b/external/curl/curl-7.26.0_win-proxy.patch index 580479ae4aa2..7aea9c020e5a 100644 --- a/external/curl/curl-7.26.0_win-proxy.patch +++ b/external/curl/curl-7.26.0_win-proxy.patch @@ -27,7 +27,7 @@ } +#ifdef WIN32 -+static char* wstrToCstr( LPWSTR wStr ) ++static char* wstrToCstr(LPWSTR wStr) +{ + int bufSize; + char* out = NULL; -- cgit v1.2.3