X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fctype%2Fiswpunct.c;h=16e8703b55cdcbd5b252f77f93baf8fa0331ff8b;hp=a829745244f6f95703995645727fcc01fde69b32;hb=74025c80ce1eb4cda110ab2e3ac11718d3c6f2ff;hpb=7e38b1ea2bf1a0817942275cea89c959bf446d87 diff --git a/src/ctype/iswpunct.c b/src/ctype/iswpunct.c index a8297452..16e8703b 100644 --- a/src/ctype/iswpunct.c +++ b/src/ctype/iswpunct.c @@ -1,6 +1,6 @@ #include -static unsigned char table[] = { +static const unsigned char table[] = { #include "punct.h" };