d3d9/tests: Add a '\n' to a skip() call.

Francois Gouget fgouget at free.fr
Mon May 9 02:03:30 CDT 2011


---
 dlls/d3d9/tests/device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c
index 0aef4b8..079ac35 100644
--- a/dlls/d3d9/tests/device.c
+++ b/dlls/d3d9/tests/device.c
@@ -2874,7 +2874,7 @@ static void test_reset_fullscreen(void)
     device = create_device(d3d, device_window, focus_window, TRUE);
     if (!device)
     {
-        skip("Unable to create device.  Skipping test.");
+        skip("Unable to create device.  Skipping test.\n");
         goto cleanup;
     }
 
-- 
1.7.4.4




More information about the wine-patches mailing list