summaryrefslogtreecommitdiff
path: root/src/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp.c')
-rw-r--r--src/regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp.c b/src/regexp.c
index 29b40813f..c7b25c2b2 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -6899,7 +6899,7 @@ mb_decompose(c, c1, c2, c3)
{
decomp_T d;
- if (c >= 0x4b20 && c <= 0xfb4f)
+ if (c >= 0xfb20 && c <= 0xfb4f)
{
d = decomp_table[c - 0xfb20];
*c1 = d.a;