wsdapi: Add a trailing '\n' to a TRACE() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2017-06-04 11:41:36 +02:00 committed by Alexandre Julliard
parent 4be8d8392c
commit d65f7c79d8
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ HRESULT WINAPI WSDXMLCreateContext(IWSDXMLContext **ppContext)
{
IWSDXMLContextImpl *obj;
TRACE("(%p)", ppContext);
TRACE("(%p)\n", ppContext);
if (ppContext == NULL)
{