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