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

Francois Gouget fgouget at free.fr
Sat Oct 17 13:35:12 CDT 2009


---
 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;
 }
-- 
1.6.3.3



More information about the wine-patches mailing list