summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
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;