usp10: Add missing break in switch (coverity).

This commit is contained in:
André Hentschel 2012-10-24 02:05:47 +02:00 committed by Alexandre Julliard
parent 1e361aa8cb
commit c41bdf98bb
1 changed files with 1 additions and 0 deletions

View File

@ -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:
{