Commit c7eca6a0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 9f42e78b
......@@ -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);
......
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