commit 79fcf3e43005b490af3c5501cd760508e3192f68 from: Stefan Sperling date: Sun Nov 04 20:20:17 2018 UTC fix build with PROFILE=1 commit - fa4ffeb3a02c74315e5e4163f485ce5b88e3bf38 commit + 79fcf3e43005b490af3c5501cd760508e3192f68 blob - 17c28b08fc07645e67db191b473f06a107e5ce5a blob + fed6db7d7b61ab80eb2d497c4d9a9949995c1781 --- 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;