X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2Fwcwidth.c;h=49c40eea8cabfc6f1a0a30aafda9625e85b82611;hb=330fd96213da324f9164081df9a5226790d7c4ec;hp=98f128e9e01abaf1be5aa8d054ed9debf7cb3bdd;hpb=b0fc78520d7d51ab064f629e228c27d0fa5a4b82;p=musl 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" };