X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fctype%2Fiswalpha.c;h=d558faef47954bdc2ba7f84957e73fe969c31233;hp=4007c8a66492393b2f5edde875346a63ede8c114;hb=8c741783fc96d559cfe79301c924c217b2905c0c;hpb=7e38b1ea2bf1a0817942275cea89c959bf446d87 diff --git a/src/ctype/iswalpha.c b/src/ctype/iswalpha.c index 4007c8a6..d558faef 100644 --- a/src/ctype/iswalpha.c +++ b/src/ctype/iswalpha.c @@ -1,6 +1,6 @@ #include -static unsigned char table[] = { +static const unsigned char table[] = { #include "alpha.h" };