usp10: Add missing break in switch (coverity)

André Hentschel nerv at dawncrow.de
Tue Oct 23 19:05:47 CDT 2012


CID 709727
by the surrounding code i _guess_ it should break here

---
 dlls/usp10/opentype.c | 1 +
 1 file changed, 1 insertion(+)

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



-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list