Commit 32bba622 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 915b69e2
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment