Commit 8e7ad190 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent eb8ce091
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment