summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index dcf7a2e838..aff7182701 100644
--- a/thread.c
+++ b/thread.c
@@ -3725,7 +3725,7 @@ thread_reset_event_flags(rb_thread_t *th)
}
static void
-rb_threadptr_add_event_hook(rb_thread_t *th,
+rb_threadptr_add_event_hook(rb_thread_t *th,
rb_event_hook_func_t func, rb_event_flag_t events, VALUE data)
{
rb_event_hook_t *hook = alloc_event_hook(func, events, data);