1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

ruby: fix compilation warning

This commit is contained in:
Sebastien Helleu
2014-02-02 20:33:03 +01:00
parent 6c47428e78
commit a2839fabb5
+1 -1
View File
@@ -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":