Module: wine Branch: master Commit: 25870c1fbabb165a1d5f9a5d47f75562781b6416 URL: http://source.winehq.org/git/wine.git/?a=commit;h=25870c1fbabb165a1d5f9a5d47...
Author: Francois Gouget fgouget@free.fr Date: Fri Aug 28 14:34:09 2015 +0200
ole32: A cosmetic fix for the CoMarshalInterface() trace.
---
dlls/ole32/marshal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ole32/marshal.c b/dlls/ole32/marshal.c index 5ed2f04..14f6a5a 100644 --- a/dlls/ole32/marshal.c +++ b/dlls/ole32/marshal.c @@ -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");