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