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

This commit is contained in:
Francois Gouget 2008-01-07 11:16:27 +01:00 committed by Alexandre Julliard
parent ca64f7c75a
commit 327534f6ef
1 changed files with 1 additions and 1 deletions

View File

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