Commit 52b1adcd authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

oleaut32: Correct TRACE statement.

parent cb1f4c53
......@@ -5080,8 +5080,8 @@ static HRESULT WINAPI ITypeLib2_fnIsName(
*pfName=FALSE;
ITypeLib2_fnIsName_exit:
TRACE("(%p)slow! search for %s: %s found!\n", This,
debugstr_w(szNameBuf), *pfName?"NOT":"");
TRACE("(%p)slow! search for %s: %sfound!\n", This,
debugstr_w(szNameBuf), *pfName ? "" : "NOT ");
return S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment