1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[ruby] Changed declaration of missing_method

This commit is contained in:
Witold Filipczyk 2021-12-12 15:07:49 +01:00
parent a9bb14d839
commit b77d4d8395

View File

@ -196,7 +196,7 @@ erb_stdout_p(int argc, VALUE *argv, VALUE self)
/* FIXME: It might be useful for user to actually display them to debug scripts,
* so maybe it should be optional. --jonas */
static VALUE
erb_module_method_missing(VALUE self, VALUE arg)
erb_module_method_missing(int argc, VALUE *argv, VALUE self)
{
return Qnil;
}