mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 22:44:32 +00:00
Merge branch 'experimental' into controllerfixup
This commit is contained in:
commit
385c662714
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,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…
Add table
Add a link
Reference in a new issue