summaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index a3c8a3241..3014dc19a 100644
--- a/cont.c
+++ b/cont.c
@@ -818,7 +818,7 @@ root_fiber_alloc(rb_thread_t *th)
}
VALUE
-rb_fiber_current()
+rb_fiber_current(void)
{
rb_thread_t *th = GET_THREAD();
if (th->fiber == 0) {