James Hawkins : comctl32: Add a missing newline.

Alexandre Julliard julliard at winehq.org
Wed Sep 24 08:49:33 CDT 2008


Module: wine
Branch: master
Commit: 56260ec782b7f0fcc7c1d4de1be0616c0081ab28
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=56260ec782b7f0fcc7c1d4de1be0616c0081ab28

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Wed Sep 24 03:04:05 2008 -0500

comctl32: Add a missing newline.

---

 dlls/comctl32/tests/status.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/status.c b/dlls/comctl32/tests/status.c
index fcdd953..e2ec11d 100644
--- a/dlls/comctl32/tests/status.c
+++ b/dlls/comctl32/tests/status.c
@@ -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");




More information about the wine-cvs mailing list