Module: wine Branch: master Commit: b00d68a1946d41b7d276d8ba917183d90b0d47a3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b00d68a1946d41b7d276d8ba91...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Aug 9 20:07:42 2016 +0300
wshom.ocx/tests: Fix indentation warning on GCC 6.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wshom.ocx/tests/wshom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/wshom.ocx/tests/wshom.c b/dlls/wshom.ocx/tests/wshom.c index a3d398e..61df0c1 100644 --- a/dlls/wshom.ocx/tests/wshom.c +++ b/dlls/wshom.ocx/tests/wshom.c @@ -213,8 +213,8 @@ static void test_wshshell(void) SysFreeString(str);
/* current directory */ -if (0) /* crashes on native */ - hr = IWshShell3_get_CurrentDirectory(sh3, NULL); + if (0) /* crashes on native */ + hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
str = NULL; hr = IWshShell3_get_CurrentDirectory(sh3, &str);