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

This commit is contained in:
Francois Gouget 2006-11-02 19:58:32 +01:00 committed by Alexandre Julliard
parent 7be4853911
commit dc6731eb85
1 changed files with 1 additions and 1 deletions

View File

@ -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,