From b5983ddb6fbc576e06c06989c1d3b1d344025b7f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 18 Dec 2023 22:26:55 +0100 Subject: output_shut_mess() takes no args --- FICS/shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS') diff --git a/FICS/shutdown.c b/FICS/shutdown.c index 683f559..2fe7197 100644 --- a/FICS/shutdown.c +++ b/FICS/shutdown.c @@ -21,7 +21,7 @@ PRIVATE int shutdownStartTime; PRIVATE int shutdownTime = 0; PUBLIC void -output_shut_mess() +output_shut_mess(void) { time_t shuttime = time(NULL); -- cgit v1.2.3