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>
oldstable
Nikolay Sivov 2016-08-09 20:07:42 +03:00 committed by Alexandre Julliard
parent 6c8887b830
commit b00d68a194
1 changed files with 2 additions and 2 deletions

View File

@ -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);