aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 54e10721b0..4b2be3d8c7 100644
--- a/st.c
+++ b/st.c
@@ -145,7 +145,7 @@ static int collision = 0;
static int init_st = 0;
static void
-stat_col()
+stat_col(void)
{
FILE *f = fopen("/tmp/col", "w");
fprintf(f, "collision: %d\n", collision);