1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +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
@@ -42,7 +42,7 @@ WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
WEECHAT_PLUGIN_PRIORITY(4000);
struct t_weechat_plugin *weechat_lua_plugin;
struct t_weechat_plugin *weechat_lua_plugin = NULL;
int lua_quiet = 0;