external/curl/curl-7.26.0_win-proxy.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b39a185c68075b64d5e9a1b024f7a6f901a36ba5 Author: Michael Meeks <[email protected]> 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 <[email protected]> Tested-by: Aron Budea <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
