Francois Gouget : comctl32: Add a trailing '\n' to a Wine trace.

Alexandre Julliard julliard at winehq.org
Mon Oct 19 09:56:12 CDT 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Oct 17 20:35:12 2009 +0200

comctl32: Add a trailing '\n' to a Wine trace.

---

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

diff --git a/dlls/comctl32/tab.c b/dlls/comctl32/tab.c
index 22af8d7..15534af 100644
--- a/dlls/comctl32/tab.c
+++ b/dlls/comctl32/tab.c
@@ -312,7 +312,7 @@ static LRESULT TAB_SetCurFocus (TAB_INFO *infoPtr, INT iItem)
 static inline LRESULT
 TAB_SetToolTips (TAB_INFO *infoPtr, HWND hwndToolTip)
 {
-    TRACE("%p %p", infoPtr, hwndToolTip);
+    TRACE("%p %p\n", infoPtr, hwndToolTip);
     infoPtr->hwndToolTip = hwndToolTip;
     return 0;
 }




More information about the wine-cvs mailing list