[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - external/curl

Michael Meeks michael.meeks at collabora.com
Thu Feb 16 12:02:03 UTC 2017


 external/curl/curl-7.26.0_win-proxy.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b39a185c68075b64d5e9a1b024f7a6f901a36ba5
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
    Reviewed-on: https://gerrit.libreoffice.org/33180
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

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