ole32: Remove "stub" from traces.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2019-11-05 14:34:08 +03:00 committed by Alexandre Julliard
parent 539644ad63
commit 4fe18052c5

View file

@ -142,7 +142,7 @@ static ULONG WINAPI ClassMoniker_Release(IMoniker* iface)
******************************************************************************/
static HRESULT WINAPI ClassMoniker_GetClassID(IMoniker* iface,CLSID *pClassID)
{
TRACE("(%p,%p),stub!\n",iface,pClassID);
TRACE("(%p, %p)\n", iface, pClassID);
if (pClassID==NULL)
return E_POINTER;