Andrew Talbot : usp10: Indentation fix.
Module: wine Branch: master Commit: c5ce8c8e089859bdfc0c859dc1c53a147b252eed URL: http://source.winehq.org/git/wine.git/?a=commit;h=c5ce8c8e089859bdfc0c859dc1... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Fri Dec 21 19:18:52 2012 +0000 usp10: Indentation fix. --- dlls/usp10/breaking.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/usp10/breaking.c b/dlls/usp10/breaking.c index 3efc3da..ff6e740 100644 --- a/dlls/usp10/breaking.c +++ b/dlls/usp10/breaking.c @@ -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:
participants (1)
-
Alexandre Julliard