Fix compiler warning (wrong return type)

svn-id: r20883
This commit is contained in:
Max Horn 2006-02-25 18:24:55 +00:00
parent 05559c89f2
commit bb4d463138

View File

@ -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: