ole32: Fix return value of DefaultHandler_SetClientSite.

This commit is contained in:
Gerald Pfeifer 2010-05-01 22:33:45 +02:00 committed by Alexandre Julliard
parent 14ef0fed9c
commit 889900f020
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ static HRESULT WINAPI DefaultHandler_SetClientSite(
if (This->clientSite)
IOleClientSite_AddRef(This->clientSite);
return S_OK;
return hr;
}
/************************************************************************