A gcc warning was silenced and ending whitespaces were removed.

This commit is contained in:
zas 2003-09-26 14:54:56 +00:00
parent 4a271ee0a5
commit 6f58247fa1

View file

@ -480,4 +480,6 @@ bool do_replay(display& disp, const gamemap& map, const game_data& gameinfo,
throw replay::error();
}
}
return false; /* Never attained, but silent a gcc warning. --Zas */
}