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

Francois Gouget fgouget at free.fr
Tue Jun 22 10:50:05 CDT 2010


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

diff --git a/dlls/opengl32/tests/opengl.c b/dlls/opengl32/tests/opengl.c
index 7568f47..2b81dda 100644
--- a/dlls/opengl32/tests/opengl.c
+++ b/dlls/opengl32/tests/opengl.c
@@ -553,7 +553,7 @@ static void test_bitmap_rendering(void)
 
     if(!iPixelFormat)
     {
-        skip("Unable to find a suitable pixel format");
+        skip("Unable to find a suitable pixel format\n");
     }
     else
     {
-- 
1.7.1




More information about the wine-patches mailing list