[3/3] oleaut32: remove superfluous return statement

Kirill K. Smirnov lich at math.spbu.ru
Thu Oct 16 04:20:59 CDT 2008


-------------- next part --------------
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-patches mailing list