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>
This commit is contained in:
parent
6c8887b830
commit
b00d68a194
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue