diff options
Diffstat (limited to '')
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c index ed2e0d3..29546f1 100644 --- a/client.c +++ b/client.c @@ -558,7 +558,7 @@ static const char *filterUserhostInNames(const char *line) { ); } -static Filter *Filters[] = { +static Filter *Filters[CapBits] = { [CapAccountNotifyBit] = filterAccountNotify, [CapAwayNotifyBit] = filterAwayNotify, [CapBatchBit] = filterBatch, |