Formatting.
svn-id: r46755
This commit is contained in:
parent
7475bbbc3f
commit
fd2d0fc718
1 changed files with 55 additions and 57 deletions
|
@ -634,7 +634,6 @@ reg_t kListAllTrue(EngineState *s, int argc, reg_t *argv) {
|
||||||
|
|
||||||
// In SCI2.1, all the list functions were merged in one
|
// In SCI2.1, all the list functions were merged in one
|
||||||
reg_t kList(EngineState *s, int argc, reg_t *argv) {
|
reg_t kList(EngineState *s, int argc, reg_t *argv) {
|
||||||
|
|
||||||
switch (argv[0].toUint16()) {
|
switch (argv[0].toUint16()) {
|
||||||
case 0:
|
case 0:
|
||||||
return kNewList(s, argc - 1, argv + 1);
|
return kNewList(s, argc - 1, argv + 1);
|
||||||
|
@ -692,7 +691,6 @@ reg_t kList(EngineState *s, int argc, reg_t *argv) {
|
||||||
warning("kList: Unhandled case %d", argv[0].toUint16());
|
warning("kList: Unhandled case %d", argv[0].toUint16());
|
||||||
return NULL_REG;
|
return NULL_REG;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue