mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 14:42:26 +00:00
Fix compiler warning (wrong return type)
svn-id: r20883
This commit is contained in:
parent
05559c89f2
commit
bb4d463138
@ -1107,7 +1107,7 @@ static SubstResFileNames substResFileNameTable[] = {
|
||||
{ NULL, NULL, kGenAsIs }
|
||||
};
|
||||
|
||||
static bool applySubstResFileName(const SubstResFileNames &subst, char *buf, int bufsize, const char *ext, int num) {
|
||||
static void applySubstResFileName(const SubstResFileNames &subst, char *buf, int bufsize, const char *ext, int num) {
|
||||
switch (subst.genMethod) {
|
||||
case kGenMac:
|
||||
case kGenMacNoParens:
|
||||
|
Loading…
x
Reference in New Issue
Block a user