add a missing "\n" to a debug output

This commit is contained in:
Gunter Labes 2007-09-06 15:45:05 +00:00
parent 6d928ed077
commit 422a9fb6ee

View file

@ -1483,7 +1483,7 @@ void display::bounds_check_position(int& xpos, int& ypos)
void display::invalidate_all()
{
INFO_DP << "invalidate_all()";
INFO_DP << "invalidate_all()\n";
invalidateAll_ = true;
invalidated_.clear();
update_rect(map_area());