Commit 889900f0 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

ole32: Fix return value of DefaultHandler_SetClientSite.

parent 14ef0fed
......@@ -365,7 +365,7 @@ static HRESULT WINAPI DefaultHandler_SetClientSite(
if (This->clientSite)
IOleClientSite_AddRef(This->clientSite);
return S_OK;
return hr;
}
/************************************************************************
......
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