fixed no newline at end of file

This commit is contained in:
Anonymissimus 2011-05-29 21:52:12 +00:00
parent ae99ba539e
commit d6599f66cc

View file

@ -33,4 +33,4 @@ game_display& game_controller_abstract::disp()
disp_.assign(game_display::create_dummy_display(video_));
}
return *disp_.get();
}
}