summaryrefslogtreecommitdiff
path: root/src/ctype/__ctype_b_loc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/__ctype_b_loc.c')
-rw-r--r--src/ctype/__ctype_b_loc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/__ctype_b_loc.c b/src/ctype/__ctype_b_loc.c
index a3927102..6e93dc07 100644
--- a/src/ctype/__ctype_b_loc.c
+++ b/src/ctype/__ctype_b_loc.c
@@ -34,7 +34,7 @@ X(0x8c6),X(0x8c6),X(0x8c6),X(0x4c0),X(0x4c0),X(0x4c0),X(0x4c0),X(0x200),
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
};
-static const unsigned short *const ptable = table;
+static const unsigned short *const ptable = table+128;
const unsigned short **__ctype_b_loc(void)
{