Commit 1183a781 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

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

parent 8d4e1fa7
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment