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

This commit is contained in:
Francois Gouget 2023-10-06 09:37:47 +02:00 committed by Alexandre Julliard
parent 484bf58e8d
commit 622daeaf89

View file

@ -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++)
{