summaryrefslogtreecommitdiff
path: root/pango/break.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/break.c')
-rw-r--r--pango/break.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/break.c b/pango/break.c
index c68534c5..ca1eb43f 100644
--- a/pango/break.c
+++ b/pango/break.c
@@ -752,7 +752,7 @@ pango_default_break (const gchar *text,
case 0xFF:
if (wc == 0xFF70)
WB_type = WB_Katakana; /* Katakana exceptions */
- else if (wc >= 0xFF9E || wc <= 0xFF9F)
+ else if (wc >= 0xFF9E && wc <= 0xFF9F)
WB_type = WB_ExtendFormat; /* Other_Grapheme_Extend */
break;
case 0x05: