mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
opengl32/tests: Add a trailing '\n' to a skip() call.
This commit is contained in:
parent
eb8ce091cb
commit
8e7ad19064
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue