gdiplus: Remove break after return (Smatch).

This commit is contained in:
Michael Stefaniuc 2008-03-24 21:55:35 +01:00 committed by Alexandre Julliard
parent d23309c040
commit 51c9d050cf
1 changed files with 0 additions and 1 deletions

View File

@ -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,