math: tgammal.c fixes
[oweals/musl.git] / src / ctype / __ctype_toupper_loc.c
index 5e23dda7f74661a00fe7ab2d984044ed85367c18..1556164570fdfc8ef4fe50dc1a66699f1dff01eb 100644 (file)
@@ -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_toupper_loc(void)
 {