Commit 327534f6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent ca64f7c7
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment