mirror of
https://github.com/reactos/wine.git
synced 2025-02-09 21:55:12 +00:00
usp10: Add missing break in switch (coverity).
This commit is contained in:
parent
1e361aa8cb
commit
c41bdf98bb
@ -1498,6 +1498,7 @@ static INT GPOS_apply_lookup(LPOUTLINETEXTMETRICW lpotm, LPLOGFONTW lplogfont, I
|
||||
if (advance.y)
|
||||
FIXME("Unhandled adjustment to Y advancement\n");
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 2:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user