X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fchar-lower.c;h=db97583f56602c796b45d08adcf22d1be620f00c;hb=7d1a2f577f59fb74533640dbfcd013d949da90ec;hp=cc6f99eb73bd8bbc2681de53842b2f30a6670bc3;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/char-lower.c b/ucw/char-lower.c index cc6f99eb..db97583f 100644 --- a/ucw/char-lower.c +++ b/ucw/char-lower.c @@ -10,7 +10,7 @@ #include #include -const byte _c_lower[256] = { +const byte ucw_c_lower[256] = { #define CHAR(code,upper,lower,cat) lower, #include #undef CHAR