1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

ruby: remove evil tab

This commit is contained in:
Sebastien Helleu
2014-01-06 22:37:03 +01:00
parent d216786846
commit 7d17e429aa
+1 -1
View File
@@ -264,7 +264,7 @@ weechat_ruby_print_exception (VALUE err)
if (strcmp (err_class, "SyntaxError") == 0)
{
tmp3 = rb_inspect(err);
tmp3 = rb_inspect(err);
weechat_printf (NULL,
weechat_gettext ("%s%s: error: %s"),
weechat_prefix ("error"), RUBY_PLUGIN_NAME,