Commit Diff
--- tog/tog.c +++ tog/tog.c @@ -478,7 +478,7 @@ view_is_splitscreen(struct tog_view *view) } static void -tog_resizeterm() +tog_resizeterm(void) { int cols, lines; struct winsize size;
--- tog/tog.c +++ tog/tog.c @@ -478,7 +478,7 @@ view_is_splitscreen(struct tog_view *view) } static void -tog_resizeterm() +tog_resizeterm(void) { int cols, lines; struct winsize size;