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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user