Squash a compiler warning.

This commit is contained in:
Eric S. Raymond 2017-06-26 12:15:55 -04:00
parent d612b0e6ca
commit fe46e5ab0c

2
main.c
View file

@ -417,7 +417,7 @@ static bool dwarfmove(void)
if (game.dloc[i] == 0) if (game.dloc[i] == 0)
continue; continue;
/* Fill tk array with all the places this dwarf might go. */ /* Fill tk array with all the places this dwarf might go. */
int j = 1; unsigned int j = 1;
kk = TKEY[game.dloc[i]]; kk = TKEY[game.dloc[i]];
if (kk != 0) if (kk != 0)
do { do {