wbemdisp: Add a trailing newline to a TRACE() message.

Francois Gouget fgouget at free.fr
Sun Jun 4 04:40:44 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/wbemdisp/locator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wbemdisp/locator.c b/dlls/wbemdisp/locator.c
index 6fdd6084586..d1be48f3a5a 100644
--- a/dlls/wbemdisp/locator.c
+++ b/dlls/wbemdisp/locator.c
@@ -421,7 +421,7 @@ static HRESULT WINAPI propertyset_Item( ISWbemPropertySet *iface, BSTR name,
     HRESULT hr;
     VARIANT var;
 
-    TRACE( "%p, %s, %08x, %p", propertyset, debugstr_w(name), flags, prop );
+    TRACE( "%p, %s, %08x, %p\n", propertyset, debugstr_w(name), flags, prop );
 
     hr = IWbemClassObject_Get( propertyset->object, name, 0, &var, NULL, NULL );
     if (SUCCEEDED(hr))
-- 
2.11.0




More information about the wine-patches mailing list