compilation fix :)
This commit is contained in:
parent
7600bc5582
commit
dd9b90d69d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
static char fold(char c)
|
static char fold(char c)
|
||||||
{
|
{
|
||||||
if (isalpha(c)) return tolower(c);
|
if (isalpha(c)) return (char)tolower(c);
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user