Fixed a compiler warning for statusbar_redraw

Fixed a compiler warning for statusbar_redraw.
This commit is contained in:
Geert Hauwaerts 2014-07-06 23:27:55 +02:00
commit 2ff5f5b7e5
2 changed files with 1 additions and 1 deletions

View file

@ -203,6 +203,7 @@ static void textui_finish_init(void)
fe_common_core_finish_init();
signal_emit("irssi init finished", 0);
statusbar_redraw(NULL, TRUE);
printtext_window(active_win, MSGLEVEL_CRAP,
"%s", banner_text);