summaryrefslogtreecommitdiff
path: root/ext/-test-/proc/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/proc/super.c')
-rw-r--r--ext/-test-/proc/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/proc/super.c b/ext/-test-/proc/super.c
index dbe8af08f1..816520e1df 100644
--- a/ext/-test-/proc/super.c
+++ b/ext/-test-/proc/super.c
@@ -9,7 +9,7 @@ bug_proc_call_super(RB_BLOCK_CALL_FUNC_ARGLIST(yieldarg, procarg))
args[1] = procarg;
ret = rb_call_super(2, args);
if (!NIL_P(blockarg)) {
- ret = rb_proc_call(blockarg, ret);
+ ret = rb_proc_call(blockarg, ret);
}
return ret;
}