winhelp: Add missing '\n' in Wine trace.
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 @@
{
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,