Fixed copy-paste errors
This commit is contained in:
parent
17d94c46cd
commit
917af2e744
2 changed files with 5 additions and 3 deletions
4
main.c
4
main.c
|
@ -1175,7 +1175,9 @@ Lookup:
|
|||
default: // LCOV_EXCL_LINE
|
||||
BUG(VOCABULARY_TYPE_N_OVER_1000_NOT_BETWEEN_0_AND_3); // LCOV_EXCL_LINE
|
||||
}
|
||||
|
||||
if (!is_valid(game)) {
|
||||
exit(1);
|
||||
}
|
||||
switch (action(command)) {
|
||||
case GO_TERMINATE:
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue