mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-11082 Fix typo in RBBIRuleScanner::error()
X-SVN-Rev: 36348
This commit is contained in:
parent
75c1bacdf1
commit
528f72ad79
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ void RBBIRuleScanner::error(UErrorCode e) {
|
|||
fRB->fParseError->line = fLineNum;
|
||||
fRB->fParseError->offset = fCharNum;
|
||||
fRB->fParseError->preContext[0] = 0;
|
||||
fRB->fParseError->preContext[0] = 0;
|
||||
fRB->fParseError->postContext[0] = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue