Module: wine Branch: master Commit: 8e7ad1906450ccf0cbd1680c94441589752bb560 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e7ad1906450ccf0cbd1680c94...
Author: Francois Gouget fgouget@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 {