comctl32: Add a trailing '\n' to a Wine trace.
This commit is contained in:
parent
915b69e2a7
commit
32bba6222b
|
@ -312,7 +312,7 @@ static LRESULT TAB_SetCurFocus (TAB_INFO *infoPtr, INT iItem)
|
||||||
static inline LRESULT
|
static inline LRESULT
|
||||||
TAB_SetToolTips (TAB_INFO *infoPtr, HWND hwndToolTip)
|
TAB_SetToolTips (TAB_INFO *infoPtr, HWND hwndToolTip)
|
||||||
{
|
{
|
||||||
TRACE("%p %p", infoPtr, hwndToolTip);
|
TRACE("%p %p\n", infoPtr, hwndToolTip);
|
||||||
infoPtr->hwndToolTip = hwndToolTip;
|
infoPtr->hwndToolTip = hwndToolTip;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue