Commit d65f7c79 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 4be8d839
......@@ -601,7 +601,7 @@ HRESULT WINAPI WSDXMLCreateContext(IWSDXMLContext **ppContext)
{
IWSDXMLContextImpl *obj;
TRACE("(%p)", ppContext);
TRACE("(%p)\n", ppContext);
if (ppContext == NULL)
{
......
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