summaryrefslogtreecommitdiff
path: root/lib/unigbrk/u16-grapheme-breaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unigbrk/u16-grapheme-breaks.c')
-rw-r--r--lib/unigbrk/u16-grapheme-breaks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unigbrk/u16-grapheme-breaks.c b/lib/unigbrk/u16-grapheme-breaks.c
index 36e559fb7a..b79a8a8b55 100644
--- a/lib/unigbrk/u16-grapheme-breaks.c
+++ b/lib/unigbrk/u16-grapheme-breaks.c
@@ -36,7 +36,7 @@ u16_grapheme_breaks (const uint16_t *s, size_t n, char *p)
mblen = u16_mbtouc (&next, s, n);
- p[0] = uc_is_grapheme_cluster_break (prev, next);
+ p[0] = uc_is_grapheme_break (prev, next);
if (mblen > 1)
p[1] = 0;