André Hentschel : usp10: Add missing break in switch ( coverity).
Module: wine Branch: master Commit: c41bdf98bb7e0f19ec3d1923c33897a23ea47fa2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c41bdf98bb7e0f19ec3d1923c3... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Oct 24 02:05:47 2012 +0200 usp10: Add missing break in switch (coverity). --- dlls/usp10/opentype.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/usp10/opentype.c b/dlls/usp10/opentype.c index fe4bde4..138890f 100644 --- a/dlls/usp10/opentype.c +++ b/dlls/usp10/opentype.c @@ -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: {
participants (1)
-
Alexandre Julliard