Commit c47d0715 authored by Kirill K. Smirnov's avatar Kirill K. Smirnov Committed by Alexandre Julliard

oleaut32: Remove superfluous return statement.

parent fd6d2b4d
......@@ -509,7 +509,6 @@ static void OLEPicture_SendNotify(OLEPictureImpl* this, DISPID dispID)
IUnknown_Release(CD.pUnk);
}
IEnumConnections_Release(pEnum);
return;
}
/************************************************************************
......
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