gdiplus: Remove break after return (Smatch).

Michael Stefaniuc mstefani at redhat.de
Mon Mar 24 15:55:35 CDT 2008


---
 dlls/gdiplus/image.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/image.c b/dlls/gdiplus/image.c
index 2e5ef56..b1ec2c7 100644
--- a/dlls/gdiplus/image.c
+++ b/dlls/gdiplus/image.c
@@ -1089,7 +1089,6 @@ GpStatus WINGDIPAPI GdipCreateBitmapFromHBITMAP(HBITMAP hbm, HPALETTE hpal, GpBi
         default:
             FIXME("don't know how to handle %d bpp\n", bm.bmBitsPixel);
             return InvalidParameter;
-            break;
     }
 
     retval = GdipCreateBitmapFromScan0(bm.bmWidth, bm.bmHeight, bm.bmWidthBytes,
-- 
1.5.4.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080324/92bd0e65/attachment-0001.pgp 


More information about the wine-patches mailing list