* 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:
matz 2003-07-19 03:19:36 +00:00
parent adec8b726c
commit 91d6fe9a02

2
eval.c
View File

@ -9951,7 +9951,7 @@ thgroup_add(group, thread)
} }
if (!th->thgroup) { if (!th->thgroup) {
rb_warn(rb_eThreadError, "terminated thread"); rb_warn("terminated thread");
return; return;
} }
th->thgroup = group; th->thgroup = group;