1
0
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:
Sébastien Helleu
2018-01-14 14:49:55 +01:00
parent 9cd82686bc
commit eb0560812b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;