This commit is contained in:
jl777
2019-02-17 02:05:58 -11:00
parent 4a6e355013
commit 62e1966b14

View File

@@ -282,7 +282,7 @@ int32_t mvcur(int32_t oldrow, int32_t oldcol, int32_t newrow, int32_t newcol)
return(0);
}
void endwin()
void endwin(void)
{
if ( stdscr != 0 )
free(stdscr), stdscr = 0;