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

Alexandre Julliard julliard at winehq.org
Wed Jun 23 10:57:04 CDT 2010


Module: wine
Branch: master
Commit: 8e7ad1906450ccf0cbd1680c94441589752bb560
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8e7ad1906450ccf0cbd1680c94441589752bb560

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Jun 22 17:50:05 2010 +0200

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

---

 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
     {




More information about the wine-cvs mailing list