Commit 56260ec7 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

comctl32: Add a missing newline.

parent 921f67a6
......@@ -168,7 +168,7 @@ static void test_height(void)
SendMessage(hwndStatus, WM_SETFONT, (WPARAM)hFont, TRUE);
if (!g_wmsize_count)
{
skip("Status control not resized in win95, skipping broken tests.");
skip("Status control not resized in win95, skipping broken tests.\n");
return;
}
ok(g_wmsize_count > 0, "WM_SETFONT should issue WM_SIZE\n");
......
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