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

This commit is contained in:
Francois Gouget 2007-08-03 00:43:45 +02:00 committed by Alexandre Julliard
parent 9f42e78b6c
commit c7eca6a027
1 changed files with 1 additions and 1 deletions

View File

@ -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);