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

Francois Gouget fgouget at free.fr
Thu Nov 2 12:58:32 CST 2006


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




More information about the wine-patches mailing list