urlmon: Fixed trace message in URLMoniker_BindToObject function.

This commit is contained in:
Piotr Caban 2011-12-15 10:11:44 +01:00 committed by Alexandre Julliard
parent 3c3a4740ca
commit b779ae4870
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static HRESULT WINAPI URLMoniker_BindToObject(IMoniker *iface, IBindCtx* pbc, IM
IRunningObjectTable *obj_tbl;
HRESULT hres;
TRACE("(%p)->(%p,%p,%s,%p): stub\n", This, pbc, pmkToLeft, debugstr_guid(riid), ppv);
TRACE("(%p)->(%p,%p,%s,%p)\n", This, pbc, pmkToLeft, debugstr_guid(riid), ppv);
hres = IBindCtx_GetRunningObjectTable(pbc, &obj_tbl);
if(SUCCEEDED(hres)) {