diff --git a/dlls/d3dx9_36/tests/core.c b/dlls/d3dx9_36/tests/core.c index e6e641c54ff..b7965d4581c 100644 --- a/dlls/d3dx9_36/tests/core.c +++ b/dlls/d3dx9_36/tests/core.c @@ -460,7 +460,7 @@ START_TEST(core) skip("Couldn't create application window\n"); return; } - if (!d3d) { + if (!d3d) { skip("Couldn't create IDirect3D9 object\n"); DestroyWindow(wnd); return;