gdiplus: Add missing 'break'.
This commit is contained in:
parent
9e76bcf331
commit
9697829511
@ -3578,6 +3578,7 @@ static GpStatus encode_image_WIC(GpImage *image, IStream* stream,
|
|||||||
{
|
{
|
||||||
memcpy(&wicformat, pixel_formats[i].wic_format, sizeof(GUID));
|
memcpy(&wicformat, pixel_formats[i].wic_format, sizeof(GUID));
|
||||||
gdipformat = bitmap->format;
|
gdipformat = bitmap->format;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!gdipformat)
|
if (!gdipformat)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user