diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 22:20:04 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-18 22:20:04 +0100 |
commit | efc27d0b38ca4561033bc62d1bbbe10aaa6c37a0 (patch) | |
tree | cf47438e28c21dfbb07101ce50f5acff215c9acb | |
parent | 0fe1dbf465fa6bf5b244add64935a11424902e74 (diff) |
ShutHeartBeat: sorted the variable definitions
-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 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; |