d3dx9/tests: Fix indentation.

This commit is contained in:
Józef Kucia 2012-06-05 12:05:40 +02:00 committed by Alexandre Julliard
parent 6fe841edde
commit 6953865e8d
1 changed files with 1 additions and 1 deletions

View File

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