mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
scripts: add missing initialization of plugin pointer to NULL
This commit is contained in:
@@ -41,7 +41,7 @@ WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
|
||||
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
|
||||
WEECHAT_PLUGIN_PRIORITY(4000);
|
||||
|
||||
struct t_weechat_plugin *weechat_js_plugin;
|
||||
struct t_weechat_plugin *weechat_js_plugin = NULL;
|
||||
|
||||
int js_quiet = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user