Nikolay Sivov : usp10: Add a missing 'break' for rule LB20.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 5 11:10:37 CDT 2014


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Sep  4 22:30:06 2014 +0400

usp10: Add a missing 'break' for rule LB20.

---

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

diff --git a/dlls/usp10/breaking.c b/dlls/usp10/breaking.c
index 2f80f9a..58aad43 100644
--- a/dlls/usp10/breaking.c
+++ b/dlls/usp10/breaking.c
@@ -278,6 +278,7 @@ void BREAK_line(const WCHAR *chars, int count, const SCRIPT_ANALYSIS *sa, SCRIPT
                 else_break(&break_before[i],b_s);
                 if (i < count-1)
                     else_break(&break_before[i+1],b_s);
+                break;
             /* LB21 */
             case b_BA:
             case b_HY:




More information about the wine-cvs mailing list