X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-lower.c;h=91ff8aa23c5ad534751bc153ba4ff63d912538bd;hb=b56cd57bdce6b573ac0fc973ba4d16057c1e2ca5;hp=31b55b545cc3da968c366991aee671126fac4dca;hpb=9935e649cbebddb44a21df196fb92ad6e703eb23;p=libucw.git diff --git a/ucw/char-lower.c b/ucw/char-lower.c index 31b55b54..91ff8aa2 100644 --- a/ucw/char-lower.c +++ b/ucw/char-lower.c @@ -10,7 +10,7 @@ #include "ucw/lib.h" #include "ucw/chartype.h" -const unsigned char _c_lower[256] = { +const byte _c_lower[256] = { #define CHAR(code,upper,lower,cat) lower, #include "ucw/char-map.h" #undef CHAR