Fix compiler warning about "no newline at end of file"
This commit is contained in:
parent
609d35e24b
commit
396cf6c05b
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ void tgame_load::pre_show(CVideo& /*video*/, twindow& window)
|
|||
window.keyboard_capture(list);
|
||||
list->set_callback_value_change(dialog_callback<tgame_load, &tgame_load::list_item_clicked>);
|
||||
|
||||
|
||||
|
||||
{
|
||||
cursor::setter cur(cursor::WAIT);
|
||||
games_ = savegame_manager::get_saves_list();
|
||||
|
@ -185,4 +185,4 @@ void tgame_load::evaluate_summary_string(std::stringstream& str, const config& c
|
|||
}
|
||||
}
|
||||
|
||||
} // namespace gui2
|
||||
} // namespace gui2
|
||||
|
|
Loading…
Add table
Reference in a new issue