aboutsummaryrefslogtreecommitdiffstats
path: root/thread_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_sync.c')
-rw-r--r--thread_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_sync.c b/thread_sync.c
index 79eb1768c4..7beee95910 100644
--- a/thread_sync.c
+++ b/thread_sync.c
@@ -1357,7 +1357,7 @@ condvar_alloc(VALUE klass)
static VALUE
rb_condvar_initialize(VALUE self)
{
- struct rb_condvar *cv = condvar_ptr(self);;
+ struct rb_condvar *cv = condvar_ptr(self);
list_head_init(&cv->waitq);
return self;
}