mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
PINK: fixed warning
This commit is contained in:
parent
359609353a
commit
1b2892e921
@ -285,7 +285,7 @@ Object *Archive::parseObject(bool &isCopyReturned) {
|
||||
}
|
||||
|
||||
static int runtimeClassCmp(const void *key, const void *elem) {
|
||||
return strcmp((const char *)key, *(const char **)elem);
|
||||
return strcmp((const char *)key, *(const char * const *)elem);
|
||||
}
|
||||
|
||||
uint Archive::findObjectId(const char *name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user