From d65f7c79d8db7e4a9dbfd9847bc01f95de05ad7d Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 4 Jun 2017 11:41:36 +0200 Subject: [PATCH] wsdapi: Add a trailing '\n' to a TRACE() message. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/wsdapi/xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wsdapi/xml.c b/dlls/wsdapi/xml.c index a6d0b07c97e..71e9661f20d 100644 --- a/dlls/wsdapi/xml.c +++ b/dlls/wsdapi/xml.c @@ -601,7 +601,7 @@ HRESULT WINAPI WSDXMLCreateContext(IWSDXMLContext **ppContext) { IWSDXMLContextImpl *obj; - TRACE("(%p)", ppContext); + TRACE("(%p)\n", ppContext); if (ppContext == NULL) {