X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fctype%2Fiswpunct.c;h=16e8703b55cdcbd5b252f77f93baf8fa0331ff8b;hb=f18846dd3a048598676e10b2a7b9f931bb3d1d6a;hp=a829745244f6f95703995645727fcc01fde69b32;hpb=7e38b1ea2bf1a0817942275cea89c959bf446d87;p=musl 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" };