diff options
Diffstat (limited to 'modules/m_stats.c')
-rw-r--r-- | modules/m_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_stats.c b/modules/m_stats.c index 12bb862..b6724e8 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -79,7 +79,7 @@ static const struct shared_flags static void report_confitem_types(struct Client *source_p, enum maskitem_type type) { - dlink_node *ptr = NULL, *dptr = NULL; + dlink_node *ptr = NULL; struct MaskItem *conf = NULL; const struct shared_flags *shared = NULL; char buf[12]; |