wsdapi: Add a trailing '\n' to a TRACE() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4be8d8392c
commit
d65f7c79d8
|
@ -601,7 +601,7 @@ HRESULT WINAPI WSDXMLCreateContext(IWSDXMLContext **ppContext)
|
||||||
{
|
{
|
||||||
IWSDXMLContextImpl *obj;
|
IWSDXMLContextImpl *obj;
|
||||||
|
|
||||||
TRACE("(%p)", ppContext);
|
TRACE("(%p)\n", ppContext);
|
||||||
|
|
||||||
if (ppContext == NULL)
|
if (ppContext == NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue