1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Make compiler happy about win_refresh_without_subwin

This commit is contained in:
Michael Vetter 2020-04-20 16:44:47 +02:00
parent b1d71236fe
commit f27bd92731

View File

@ -738,7 +738,7 @@ win_refresh_without_subwin(ProfWin *window)
void
win_refresh_with_subwin(ProfWin *window)
{
int subwin_cols;
int subwin_cols = 0;
int cols = getmaxx(stdscr);
int row_start = screen_mainwin_row_start();
int row_end = screen_mainwin_row_end();