=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: usp10: Add missing break in switch ( coverity).

Alexandre Julliard julliard at winehq.org
Wed Oct 24 13:39:41 CDT 2012


Module: wine
Branch: master
Commit: c41bdf98bb7e0f19ec3d1923c33897a23ea47fa2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c41bdf98bb7e0f19ec3d1923c33897a23ea47fa2

Author: André Hentschel <nerv at 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:
         {




More information about the wine-cvs mailing list