aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/shutdown.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/FICS/shutdown.c b/FICS/shutdown.c
index e2ff1f1..022898f 100644
--- a/FICS/shutdown.c
+++ b/FICS/shutdown.c
@@ -8,11 +8,11 @@
#include "shutdown.h"
#include "utils.h"
-PRIVATE int shutdownTime = 0;
-PRIVATE int lastTimeLeft;
-PRIVATE int shutdownStartTime;
PRIVATE char downer[1024];
PRIVATE char reason[1024];
+PRIVATE int lastTimeLeft;
+PRIVATE int shutdownStartTime;
+PRIVATE int shutdownTime = 0;
PUBLIC void
output_shut_mess()