ole32: A cosmetic fix for the CoMarshalInterface() trace.

oldstable
Francois Gouget 2015-08-28 14:34:09 +02:00 committed by Alexandre Julliard
parent 257795a757
commit 25870c1fba
1 changed files with 1 additions and 1 deletions

View File

@ -1733,7 +1733,7 @@ HRESULT WINAPI CoMarshalInterface(IStream *pStream, REFIID riid, IUnknown *pUnk,
OBJREF objref;
LPMARSHAL pMarshal;
TRACE("(%p, %s, %p, %x, %p)", pStream, debugstr_guid(riid), pUnk,
TRACE("(%p, %s, %p, %x, %p, ", pStream, debugstr_guid(riid), pUnk,
dwDestContext, pvDestContext);
dump_MSHLFLAGS(mshlFlags);
TRACE(")\n");