[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - external/curl
Michael Meeks
michael.meeks at collabora.com
Mon Jan 9 15:42:44 UTC 2017
external/curl/curl-7.26.0_win-proxy.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 19ebc120625671dfea2c5b18e3440c1cbed0fe78
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Mon Jan 9 15:41:53 2017 +0000
Fix strange whitespace related compiler warning.
Change-Id: I715db29afde57ffc8fe99614507bce5675f07a6a
diff --git a/external/curl/curl-7.26.0_win-proxy.patch b/external/curl/curl-7.26.0_win-proxy.patch
index 580479a..7aea9c0 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;
More information about the Libreoffice-commits
mailing list