summaryrefslogtreecommitdiff
path: root/src/multibyte/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multibyte/internal.c')
-rw-r--r--src/multibyte/internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multibyte/internal.c b/src/multibyte/internal.c
index 7e1b1c03..2f5aaa91 100644
--- a/src/multibyte/internal.c
+++ b/src/multibyte/internal.c
@@ -9,7 +9,7 @@
| x )
#define F(x) ( ( x>=5 ? 0 : \
x==0 ? R(0x90,0xc0) : \
- x==4 ? R(0x80,0xa0) : \
+ x==4 ? R(0x80,0x90) : \
R(0x80,0xc0) ) \
| ( R(0x80,0xc0) >> 6 ) \
| ( R(0x80,0xc0) >> 12 ) \