Commit b00d68a1 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

wshom.ocx/tests: Fix indentation warning on GCC 6.

parent 6c8887b8
...@@ -213,7 +213,7 @@ static void test_wshshell(void) ...@@ -213,7 +213,7 @@ static void test_wshshell(void)
SysFreeString(str); SysFreeString(str);
/* current directory */ /* current directory */
if (0) /* crashes on native */ if (0) /* crashes on native */
hr = IWshShell3_get_CurrentDirectory(sh3, NULL); hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
str = NULL; str = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment