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

This commit is contained in:
Francois Gouget 2009-10-17 20:35:12 +02:00 committed by Alexandre Julliard
parent 915b69e2a7
commit 32bba6222b
1 changed files with 1 additions and 1 deletions

View File

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