From a2839fabb5611e6f079afa39f963fb5b3213d586 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 2 Feb 2014 20:33:03 +0100 Subject: [PATCH] ruby: fix compilation warning --- src/plugins/ruby/weechat-ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/ruby/weechat-ruby.c b/src/plugins/ruby/weechat-ruby.c index 259786942..5a791ad43 100644 --- a/src/plugins/ruby/weechat-ruby.c +++ b/src/plugins/ruby/weechat-ruby.c @@ -71,7 +71,7 @@ struct t_plugin_script *last_ruby_script = NULL; struct t_plugin_script *ruby_current_script = NULL; struct t_plugin_script *ruby_registered_script = NULL; const char *ruby_current_script_filename = NULL; -VALUE ruby_current_module = NULL; +VALUE ruby_current_module; /* * string used to execute action "install":