wintab32: Add a trailing '\n' to a Wine trace.

Francois Gouget fgouget at free.fr
Mon Jan 7 04:16:27 CST 2008


---

Based on the only use of DUMPCONTEXT() it should print a trailing '\n'.

 dlls/wintab32/context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wintab32/context.c b/dlls/wintab32/context.c
index 4b382ec..609ec22 100644
--- a/dlls/wintab32/context.c
+++ b/dlls/wintab32/context.c
@@ -114,7 +114,7 @@ static inline void DUMPPACKET(WTPACKET packet)
 
 static inline void DUMPCONTEXT(LOGCONTEXTW lc)
 {
-    TRACE("context: %s, %x, %x, %x, %x, %x, %x, %x%s, %x%s, %x%s, %x, %x, %i, %i, %i, %i ,%i, %i, %i, %i, %i,%i, %i, %i, %i, %i, %i, %i, %i, %i, %i, %i %i %i",
+    TRACE("context: %s, %x, %x, %x, %x, %x, %x, %x%s, %x%s, %x%s, %x, %x, %i, %i, %i, %i ,%i, %i, %i, %i, %i,%i, %i, %i, %i, %i, %i, %i, %i, %i, %i, %i %i %i\n",
           wine_dbgstr_w(lc.lcName), lc.lcOptions, lc.lcStatus, lc.lcLocks, lc.lcMsgBase,
           lc.lcDevice, lc.lcPktRate, lc.lcPktData, DUMPBITS(lc.lcPktData),
           lc.lcPktMode, DUMPBITS(lc.lcPktMode), lc.lcMoveMask,
-- 
1.5.3.7




More information about the wine-patches mailing list