summaryrefslogtreecommitdiff
path: root/src/ctype/__ctype_tolower_loc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/__ctype_tolower_loc.c')
-rw-r--r--src/ctype/__ctype_tolower_loc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/__ctype_tolower_loc.c b/src/ctype/__ctype_tolower_loc.c
index 446d08da..62ce69a6 100644
--- a/src/ctype/__ctype_tolower_loc.c
+++ b/src/ctype/__ctype_tolower_loc.c
@@ -23,7 +23,7 @@ static const int32_t table[] = {
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 int32_t *const ptable = table;
+static const int32_t *const ptable = table+128;
const int32_t **__ctype_tolower_loc(void)
{