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 2fe7197..861c9fe 100644 --- a/FICS/shutdown.c +++ b/FICS/shutdown.c @@ -28,7 +28,7 @@ output_shut_mess(void) fprintf(stderr, "FICS: Shutting down at %s\n", strltime(&shuttime)); } -PUBLIC void +PUBLIC __dead void ShutDown(void) { time_t shuttime = time(NULL); |