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

oldstable
Nikolay Sivov 2014-09-04 22:30:06 +04:00 committed by Alexandre Julliard
parent 8d4e1fa7d7
commit 1183a781ec
1 changed files with 1 additions and 0 deletions

View File

@ -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: