summaryrefslogtreecommitdiff
path: root/eval_jump.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval_jump.c')
-rw-r--r--eval_jump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_jump.c b/eval_jump.c
index 75d4ad0207..2ea73b0da3 100644
--- a/eval_jump.c
+++ b/eval_jump.c
@@ -48,7 +48,7 @@ rb_f_at_exit(VALUE _)
}
struct end_proc_data {
- void (*func) ();
+ void (*func) (VALUE);
VALUE data;
struct end_proc_data *next;
};