avoid having function with unspecified arguments

This commit is contained in:
NRK 2021-12-25 11:26:47 +06:00
parent 78c0d54400
commit 1608c8763f
1 changed files with 1 additions and 1 deletions

View File

@ -1322,7 +1322,7 @@ static void msg(const char *message)
}
#ifdef KEY_RESIZE
static void handle_key_resize()
static void handle_key_resize(void)
{
endwin();
refresh();