X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fctype%2Fwcwidth.c;h=49c40eea8cabfc6f1a0a30aafda9625e85b82611;hp=98f128e9e01abaf1be5aa8d054ed9debf7cb3bdd;hb=c50925071cce9c6342597f5671e30d2970c6ff4a;hpb=facc6acbfd20accea435d10fdd070b23877e40db diff --git a/src/ctype/wcwidth.c b/src/ctype/wcwidth.c index 98f128e9..49c40eea 100644 --- a/src/ctype/wcwidth.c +++ b/src/ctype/wcwidth.c @@ -1,10 +1,10 @@ #include -static unsigned char table[] = { +static const unsigned char table[] = { #include "nonspacing.h" }; -static unsigned char wtable[] = { +static const unsigned char wtable[] = { #include "wide.h" };