Francois Gouget : opengl32/tests: Add missing '\n' to ok() call.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 3 08:04:45 CDT 2007


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Aug  3 00:43:45 2007 +0200

opengl32/tests: Add missing '\n' to ok() 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 17ca54a..efb1cd6 100644
--- a/dlls/opengl32/tests/opengl.c
+++ b/dlls/opengl32/tests/opengl.c
@@ -181,7 +181,7 @@ static void test_setpixelformat(void)
 
     /* This should pass even on the main device context */
     pf = ChoosePixelFormat(hdc, &pfd);
-    ok(pf != 0, "ChoosePixelFormat failed on main device context");
+    ok(pf != 0, "ChoosePixelFormat failed on main device context\n");
 
     /* SetPixelFormat on the main device context 'X root window' should fail */
     res = SetPixelFormat(hdc, pf, &pfd);




More information about the wine-cvs mailing list