diff options
Diffstat (limited to 'src/irc/core/netsplit.h')
-rw-r--r-- | src/irc/core/netsplit.h | 2 |
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; |