fixed wrong wctrans names

This commit is contained in:
hyung-hwan 2008-09-26 22:31:40 +00:00
parent 981ceeedf4
commit 7e13bc23fc

View File

@ -103,8 +103,8 @@ ase_cint_t ase_ccls_to (ase_cint_t c, int type)
{ {
static const char* name[] = static const char* name[] =
{ {
"upper", "toupper",
"lower" "tolower"
}; };
static wctrans_t desc[] = static wctrans_t desc[] =