Francois Gouget : winhelp: Add missing '\n' in Wine trace.
Module: wine Branch: master Commit: dc6731eb85bea0103a49ea4c21a14d0e54aa6e1d URL: http://source.winehq.org/git/wine.git/?a=commit;h=dc6731eb85bea0103a49ea4c21... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Nov 2 19:58:32 2006 +0100 winhelp: Add missing '\n' in Wine trace. --- programs/winhelp/macro.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/winhelp/macro.c b/programs/winhelp/macro.c index 712ff18..ca67dcf 100644 --- a/programs/winhelp/macro.c +++ b/programs/winhelp/macro.c @@ -682,7 +682,7 @@ void CALLBACK MACRO_JumpContext(LPCSTR l { 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,
participants (1)
-
Alexandre Julliard