Commit 4fe18052 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ole32: Remove "stub" from traces.

parent 539644ad
......@@ -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;
......
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