From 47cd5a8433d9f22718f54fa52d545a4cda369af0 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 4 Jan 2024 01:36:34 +0100 Subject: Marked ShutDown() '__dead' --- FICS/shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/shutdown.c') 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); -- cgit v1.2.3