Module: wine Branch: master Commit: c47d0715ab046d1e111b947b81803d7e9631b849 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c47d0715ab046d1e111b947b81...
Author: Kirill K. Smirnov lich@math.spbu.ru Date: Thu Oct 16 13:20:59 2008 +0400
oleaut32: Remove superfluous return statement.
---
dlls/oleaut32/olepicture.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/olepicture.c b/dlls/oleaut32/olepicture.c index 4b45779..93b932f 100644 --- a/dlls/oleaut32/olepicture.c +++ b/dlls/oleaut32/olepicture.c @@ -509,7 +509,6 @@ static void OLEPicture_SendNotify(OLEPictureImpl* this, DISPID dispID) IUnknown_Release(CD.pUnk); } IEnumConnections_Release(pEnum); - return; }
/************************************************************************