oleaut32: Fix TRACE.

This commit is contained in:
Andrew Eikum 2013-09-09 08:45:28 -05:00 committed by Alexandre Julliard
parent 808c47cecb
commit c5be905bf7
1 changed files with 1 additions and 1 deletions

View File

@ -5357,7 +5357,7 @@ static HRESULT WINAPI ITypeLibComp_fnBind(
ITypeLibImpl *This = impl_from_ITypeComp(iface);
int typemismatch=0, i;
TRACE("(%s, 0x%x, 0x%x, %p, %p, %p)\n", debugstr_w(szName), lHash, wFlags, ppTInfo, pDescKind, pBindPtr);
TRACE("(%p)->(%s, 0x%x, 0x%x, %p, %p, %p)\n", This, debugstr_w(szName), lHash, wFlags, ppTInfo, pDescKind, pBindPtr);
*pDescKind = DESCKIND_NONE;
pBindPtr->lptcomp = NULL;