ICU-11082 Fix typo in RBBIRuleScanner::error()

X-SVN-Rev: 36348
This commit is contained in:
Andy Heninger 2014-09-04 21:15:14 +00:00
parent 75c1bacdf1
commit 528f72ad79

View file

@ -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;
}
}
}