diff options
author | BakasuraRCE <bakasura@protonmail.ch> | 2020-07-29 09:52:50 -0500 |
---|---|---|
committer | Patrick <tingping@tingping.se> | 2021-05-23 21:17:07 -0500 |
commit | 7121bb6e823dd6b5507fa892a501fda33104cb68 (patch) | |
tree | 50a249420d9be0a1980a2b3017e0242c2132ec5a /src/common | |
parent | da26097aab554c44540c25f0741dc19f6e92cc41 (diff) |
plugin interface: :lipstick:
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; |