mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
AGS: Fix GCC Warning
This commit is contained in:
parent
71500f8162
commit
7814a34f6b
@ -222,7 +222,7 @@ int utf8_isok(int c) {
|
||||
|
||||
|
||||
int ascii_getc(const char *s) {
|
||||
return *((unsigned char *)s);
|
||||
return *((const unsigned char *)s);
|
||||
}
|
||||
|
||||
int ascii_getx(char **s) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user