Rearrange the code to avoid a warning from the Watcom compiler.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5922 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
aad6cd2a14
commit
38e185d15d
2 changed files with 5 additions and 5 deletions
|
@ -82,9 +82,9 @@ static enum Mode GetMode (const Collection* A)
|
|||
} else {
|
||||
Error ("Invalid value for attribute `mode'");
|
||||
}
|
||||
} else {
|
||||
return smAuto;
|
||||
}
|
||||
|
||||
return smAuto;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -83,9 +83,9 @@ static enum Mode GetMode (const Collection* A)
|
|||
} else {
|
||||
Error ("Invalid value for attribute `mode'");
|
||||
}
|
||||
} else {
|
||||
return smAuto;
|
||||
}
|
||||
|
||||
return smAuto;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue