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

Alexandre Julliard julliard at winehq.org
Mon Jun 5 16:56:31 CDT 2017


Module: wine
Branch: master
Commit: d65f7c79d8db7e4a9dbfd9847bc01f95de05ad7d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d65f7c79d8db7e4a9dbfd9847bc01f95de05ad7d

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Jun  4 11:41:36 2017 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 a6d0b07..71e9661 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)
     {




More information about the wine-cvs mailing list