mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
usp10: Added missing break (Coverity).
This commit is contained in:
parent
1cefdf3f66
commit
90117bd175
@ -97,6 +97,7 @@ void BREAK_line(const WCHAR *chars, int count, const SCRIPT_ANALYSIS *sa, SCRIPT
|
||||
break;
|
||||
case b_CM:
|
||||
la[i].fCharStop = FALSE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@ -111,8 +112,10 @@ void BREAK_line(const WCHAR *chars, int count, const SCRIPT_ANALYSIS *sa, SCRIPT
|
||||
case b_SG:
|
||||
case b_XX:
|
||||
break_class[i] = b_AL;
|
||||
break;
|
||||
case b_CJ:
|
||||
break_class[i] = b_NS;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user