Commit 622daeaf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dmsynth: Add a trailing linefeed to TRACE() messages.

parent 484bf58e
......@@ -79,8 +79,8 @@ static void dump_connectionlist(CONNECTIONLIST *list)
UINT i;
TRACE("CONNECTIONLIST:\n");
TRACE(" - cbSize = %lu", list->cbSize);
TRACE(" - cConnections = %lu", list->cConnections);
TRACE(" - cbSize = %lu\n", list->cbSize);
TRACE(" - cConnections = %lu\n", list->cConnections);
for (i = 0; i < list->cConnections; i++)
{
......
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