mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-03 00:15:46 +00:00
commit
6f4474df36
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ static TransatableStaticInit _transtable_static_init;
|
||||||
|
|
||||||
static unsigned char charIsUpper(unsigned char c)
|
static unsigned char charIsUpper(unsigned char c)
|
||||||
{
|
{
|
||||||
return c == upperToLowerTable[c];
|
return c == lowerToUpperTable[c];
|
||||||
}
|
}
|
||||||
|
|
||||||
static unsigned char charToLower(unsigned char c)
|
static unsigned char charToLower(unsigned char c)
|
||||||
|
|
Loading…
Reference in a new issue