From 94f421c9c02f8e3e9ff1c7f6a70a5cb5e571422b Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 31 Aug 2008 08:18:11 +0000 Subject: fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 8b7f6364f7..ce93b1d46a 100644 --- a/thread.c +++ b/thread.c @@ -932,7 +932,7 @@ rb_thread_blocking_region( rb_thread_t *th = GET_THREAD(); if (ubf == RUBY_UBF_IO || ubf == RUBY_UBF_PROCESS) { - ubf = ubf_select;n + ubf = ubf_select; data2 = th; } -- cgit v1.2.3