Skip to content

Commit 2534ecd

Browse files
committed
Merge branch 'correction' of https://github.com/eggrobin/icu into correction
2 parents a29182a + 05a04f1 commit 2534ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icu4c/source/common/uniset_props.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ UnicodeSet::applyPropertyAlias(const UnicodeString& prop,
14801480
const UChar32 ch =
14811481
getCharacterByName<char>(std::string_view(vname.data(), vname.length()));
14821482
if (ch < 0) {
1483-
FAIL(ec);
1483+
FAIL(ec);
14841484
}
14851485
clear();
14861486
add(ch);

0 commit comments

Comments
 (0)