aboutsummaryrefslogtreecommitdiffstats
path: root/eval_jump.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_jump.h')
-rw-r--r--eval_jump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_jump.h b/eval_jump.h
index 5fee304776..d4fab68705 100644
--- a/eval_jump.h
+++ b/eval_jump.h
@@ -266,7 +266,7 @@ static void call_end_proc _((VALUE data));
static void
call_end_proc(VALUE data)
{
- // TODO: fix me
+ /* TODO: fix me */
proc_invoke(data, rb_ary_new2(0), Qundef, 0);
}