Kirill K. Smirnov : oleaut32: Remove superfluous return statement.

Alexandre Julliard julliard at winehq.org
Thu Oct 16 06:07:21 CDT 2008


Module: wine
Branch: master
Commit: c47d0715ab046d1e111b947b81803d7e9631b849
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c47d0715ab046d1e111b947b81803d7e9631b849

Author: Kirill K. Smirnov <lich at 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;
 }
 
 /************************************************************************




More information about the wine-cvs mailing list