thread_sync.c (rb_condvar_initialize): remove extra semicolon
Oops :x git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d9cb901779
commit
25d274b35a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user