usp10: Add a missing 'break' for rule LB20.
This commit is contained in:
parent
8d4e1fa7d7
commit
1183a781ec
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue