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:
@@ -82,9 +82,9 @@ static enum Mode GetMode (const Collection* A)
|
|||||||
} else {
|
} else {
|
||||||
Error ("Invalid value for attribute `mode'");
|
Error ("Invalid value for attribute `mode'");
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
return smAuto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return smAuto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -83,9 +83,9 @@ static enum Mode GetMode (const Collection* A)
|
|||||||
} else {
|
} else {
|
||||||
Error ("Invalid value for attribute `mode'");
|
Error ("Invalid value for attribute `mode'");
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
return smAuto;
|
|
||||||
}
|
return smAuto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user