mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
Fix bug with weechat_plugin_end() function, now returns "int" everywhere
This commit is contained in:
@@ -701,7 +701,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin)
|
||||
* weechat_plugin_end: shutdown Ruby interface
|
||||
*/
|
||||
|
||||
void
|
||||
int
|
||||
weechat_plugin_end (struct t_weechat_plugin *plugin)
|
||||
{
|
||||
/* make C compiler happy */
|
||||
@@ -711,4 +711,6 @@ weechat_plugin_end (struct t_weechat_plugin *plugin)
|
||||
weechat_ruby_unload_all ();
|
||||
|
||||
ruby_finalize();
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user