aboutsummaryrefslogtreecommitdiff
path: root/libs/icu/patches/010-max_align_t.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libs/icu/patches/010-max_align_t.patch')
-rw-r--r--libs/icu/patches/010-max_align_t.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/icu/patches/010-max_align_t.patch b/libs/icu/patches/010-max_align_t.patch
index 0ad406b41..0a139b124 100644
--- a/libs/icu/patches/010-max_align_t.patch
+++ b/libs/icu/patches/010-max_align_t.patch
@@ -38,7 +38,7 @@
};
static const UText emptyText = UTEXT_INITIALIZER;
-@@ -584,7 +584,7 @@ utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) {
+@@ -584,7 +584,7 @@ utext_setup(UText *ut, int32_t extraSpac
// We need to heap-allocate storage for the new UText
int32_t spaceRequired = sizeof(UText);
if (extraSpace > 0) {