Commit dc6731eb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winhelp: Add missing '\n' in Wine trace.

parent 7be48539
......@@ -682,7 +682,7 @@ void CALLBACK MACRO_JumpContext(LPCSTR lpszPath, LPCSTR lpszWindow, LONG context
{
HLPFILE* hlpfile;
WINE_TRACE("(\"%s\", \"%s\", %d)", lpszPath, lpszWindow, context);
WINE_TRACE("(\"%s\", \"%s\", %d)\n", lpszPath, lpszWindow, context);
hlpfile = WINHELP_LookupHelpFile(lpszPath);
/* Some madness: what user calls 'context', hlpfile calls 'map' */
WINHELP_CreateHelpWindowByMap(hlpfile, context,
......
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