Minor coverage inclusion.
This commit is contained in:
parent
da37afb19b
commit
3a722da650
1 changed files with 2 additions and 1 deletions
3
main.c
3
main.c
|
@ -397,7 +397,8 @@ static bool dwarfmove(void)
|
||||||
else if (j > 1 && game.newloc == tk[j - 1])
|
else if (j > 1 && game.newloc == tk[j - 1])
|
||||||
continue;
|
continue;
|
||||||
else if (j >= DIM(tk) - 1)
|
else if (j >= DIM(tk) - 1)
|
||||||
continue;
|
/* This can't actually happen. */
|
||||||
|
continue; // LCOV_EXCL_LINE
|
||||||
else if (game.newloc == game.dloc[i])
|
else if (game.newloc == game.dloc[i])
|
||||||
continue;
|
continue;
|
||||||
else if (FORCED(game.newloc))
|
else if (FORCED(game.newloc))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue