diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 22:26:55 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 22:26:55 +0100 |
commit | b5983ddb6fbc576e06c06989c1d3b1d344025b7f (patch) | |
tree | f02c020b8fd09301505729632f40b255cce72534 /FICS/shutdown.c | |
parent | e69f784c48dd2a7b6167c8d6cdeddba3cbed866a (diff) |
output_shut_mess() takes no args
Diffstat (limited to 'FICS/shutdown.c')
-rw-r--r-- | FICS/shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |