diff --git a/proc.c b/proc.c index 11c84a0652..a70b29294e 100644 --- a/proc.c +++ b/proc.c @@ -581,7 +581,7 @@ proc_arity(VALUE self) } int -rb_proc_arity(VALUE proc) +rb_proc_arity(VALUE self) { rb_proc_t *proc; rb_iseq_t *iseq;