From 8ceb1736138354a2ae3aceae151788eac0ac6fa3 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 19 Jul 2003 03:19:36 +0000 Subject: * eval.c (thgroup_add): typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval.c b/eval.c index cebf94bb6..8469d5caf 100644 --- a/eval.c +++ b/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; -- cgit