[WSHOM_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
[reactos.git] / rostests / winetests / wshom / wshom.c
index 22a4689..3cc00dc 100644 (file)
@@ -216,10 +216,8 @@ static void test_wshshell(void)
     SysFreeString(str);
 
     /* current directory */
     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);
 
     str = NULL;
     hr = IWshShell3_get_CurrentDirectory(sh3, &str);