diff options
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); |