aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/network.h')
-rw-r--r--FICS/network.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/FICS/network.h b/FICS/network.h
index 856c649..0f9073a 100644
--- a/FICS/network.h
+++ b/FICS/network.h
@@ -50,10 +50,10 @@ typedef struct _connection {
unsigned int fromHost;
int status;
#ifdef TIMESEAL
- char user[512];
- char sys[512];
- int timeseal;
- int time;
+ char user[512];
+ char sys[512];
+ int timeseal;
+ int time;
#endif
/* Input buffering */
int numPending;