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:
parent
b1d71236fe
commit
f27bd92731
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user