usp10: Indentation fix.

oldstable
Andrew Talbot 2012-12-21 19:18:52 +00:00 committed by Alexandre Julliard
parent c61b14cbcc
commit c5ce8c8e08
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ void BREAK_line(const WCHAR *chars, int count, const SCRIPT_ANALYSIS *sa, SCRIPT
case b_NL:
case b_BK:
if (i < count-1) else_break(&break_before[i+1],b_r);
else_break(&break_before[i],b_x);
else_break(&break_before[i],b_x);
break;
/* LB7 */
case b_SP: