Skip to content

Commit aa46ff1

Browse files
authored
[shims] Fix ubrk_open decl (#3)
1 parent 1a9ba3b commit aa46ff1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

stdlib/public/stubs/UnicodeNormalization.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,8 @@ void swift::__swift_stdlib_ubrk_close(
248248
ubrk_close(ptr_cast<UBreakIterator>(bi));
249249
}
250250

251-
swift::__swift_stdlib_UBreakIterator *
252-
swift::__swift_stdlib_ubrk_open(swift::__swift_stdlib_UBreakIteratorType type,
253-
const char *locale, const uint16_t *text,
251+
swift::__swift_stdlib_UBreakIterator *swift::__swift_stdlib_ubrk_open(
252+
swift::__swift_stdlib_UBreakIteratorType type, const char *locale,
254253
const __swift_stdlib_UChar *text, int32_t textLength,
255254
__swift_stdlib_UErrorCode *status) {
256255
return ptr_cast<swift::__swift_stdlib_UBreakIterator>(

0 commit comments

Comments
 (0)