diff options
Diffstat (limited to 'contrib/libs/icu/common/usetiter.cpp')
-rw-r--r-- | contrib/libs/icu/common/usetiter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/icu/common/usetiter.cpp b/contrib/libs/icu/common/usetiter.cpp index 7915169049..bce0d71585 100644 --- a/contrib/libs/icu/common/usetiter.cpp +++ b/contrib/libs/icu/common/usetiter.cpp @@ -1,4 +1,4 @@ -// © 2016 and later: Unicode, Inc. and others. +// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** @@ -116,7 +116,7 @@ void UnicodeSetIterator::reset() { stringCount = 0; } else { endRange = set->getRangeCount() - 1; - stringCount = set->stringsSize(); + stringCount = set->stringsSize(); } range = 0; endElement = -1; |