aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/shutdown.c')
-rw-r--r--FICS/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/shutdown.c b/FICS/shutdown.c
index ed19c55..683f559 100644
--- a/FICS/shutdown.c
+++ b/FICS/shutdown.c
@@ -59,8 +59,8 @@ ShutHeartBeat(void)
{
int crossing = 0;
int p1;
- time_t t = time(NULL);
int timeLeft;
+ time_t t = time(NULL);
if (!shutdownTime)
return;