mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
gdi32: Fixed a misplaced break.
This commit is contained in:
parent
514db0a59d
commit
36db3630ec
@ -3768,10 +3768,9 @@ DWORD WineEngGetGlyphOutline(GdiFont *incoming_font, UINT glyph, UINT format,
|
||||
mult = 64;
|
||||
else if(format == WINE_GGO_GRAY16_BITMAP)
|
||||
return needed;
|
||||
else {
|
||||
else
|
||||
assert(0);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
FIXME("loaded glyph format %x\n", ft_face->glyph->format);
|
||||
|
Loading…
Reference in New Issue
Block a user