Commit 96978295 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

gdiplus: Add missing 'break'.

parent 9e76bcf3
......@@ -3578,6 +3578,7 @@ static GpStatus encode_image_WIC(GpImage *image, IStream* stream,
{
memcpy(&wicformat, pixel_formats[i].wic_format, sizeof(GUID));
gdipformat = bitmap->format;
break;
}
}
if (!gdipformat)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment