mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c (thgroup_add): typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
adec8b726c
commit
91d6fe9a02
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -9951,7 +9951,7 @@ thgroup_add(group, thread)
|
|||
}
|
||||
|
||||
if (!th->thgroup) {
|
||||
rb_warn(rb_eThreadError, "terminated thread");
|
||||
rb_warn("terminated thread");
|
||||
return;
|
||||
}
|
||||
th->thgroup = group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue