summaryrefslogtreecommitdiff
path: root/src/irc/core/netsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/netsplit.h')
-rw-r--r--src/irc/core/netsplit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/core/netsplit.h b/src/irc/core/netsplit.h
index c801f168..ae5a9aa3 100644
--- a/src/irc/core/netsplit.h
+++ b/src/irc/core/netsplit.h
@@ -19,7 +19,7 @@ typedef struct {
char *address;
GSList *channels;
- int printed:1;
+ unsigned int printed:1;
time_t destroy;
} NETSPLIT_REC;