Module: wine Branch: master Commit: 1183a781eca8ceafd83966a62295b617ed535eb8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1183a781eca8ceafd83966a622...
Author: Nikolay Sivov nsivov@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: