winhelp: Add missing '\n' in Wine trace.
This commit is contained in:
parent
7be4853911
commit
dc6731eb85
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue