Commit 79fcf3e43005b490af3c5501cd760508e3192f68

Stefan Sperling 2018-11-04T21:20:17

fix build with PROFILE=1

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tog/tog.c b/tog/tog.c
index 17c28b0..fed6db7 100644
--- a/tog/tog.c
+++ b/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;