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

Francois Gouget fgouget at free.fr
Sun Jun 4 04:41:36 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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)
     {
-- 
2.11.0




More information about the wine-patches mailing list