X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fwshom%2Fwshom.c;h=3cc00dc4d0df5e67cc71bb2af8ecbf667693c8ad;hp=22a46891d49fca5a47b51a8a608031b1725ee075;hb=bc95e1f73c64626c3672794bf99c087e61fc42ae;hpb=d65aa5dd2f7c678cf6e5f4033b5dc7c4d4b60c0e diff --git a/rostests/winetests/wshom/wshom.c b/rostests/winetests/wshom/wshom.c index 22a46891d49..3cc00dc4d0d 100644 --- a/rostests/winetests/wshom/wshom.c +++ b/rostests/winetests/wshom/wshom.c @@ -216,10 +216,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);