comctl32: Add a missing newline.

This commit is contained in:
James Hawkins 2008-09-24 03:04:05 -05:00 committed by Alexandre Julliard
parent 921f67a607
commit 56260ec782
1 changed files with 1 additions and 1 deletions

View File

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