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

This commit is contained in:
Francois Gouget 2010-06-22 17:50:05 +02:00 committed by Alexandre Julliard
parent eb8ce091cb
commit 8e7ad19064
1 changed files with 1 additions and 1 deletions

View File

@ -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
{