Commit 82527f8a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 85a13095
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment