summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-14 09:03:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-14 09:03:48 +0000
commiteb89ad23cb322c5c2c435efd42f271daa80d6327 (patch)
tree20e12e2da3795556a95bb7390d5054e4a0f920ef /proc.c
parent07167378cbde84212db9c8d2e2379743cd3628ff (diff)
* proc.c (rb_proc_arity): commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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;