diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c index f2c2ecfb..40e55bbf 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1550,7 +1550,7 @@ hexchat_list_int (hexchat_plugin *ph, hexchat_list *xlist, const char *name) guint32 hash = str_hash (name); gpointer data = ph->context; - int channel_flag; + int channel_flag; int channel_flags[CHANNEL_FLAG_COUNT]; int channel_flags_used = 0; |