From f3f6a3af1199b6a14171a2fcec1e2dacf7a99133 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 1 Sep 2006 12:45:01 +0000 Subject: * ext/socket/socket.c (socks_init): typo fixed. a patch from Sven Klemm . [ruby-core:08770] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket') diff --git a/ext/socket/socket.c b/ext/socket/socket.c index ca86334df..e2e691a14 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -1300,7 +1300,7 @@ tcp_init(int argc, VALUE *argv, VALUE sock) #ifdef SOCKS static VALUE -socks_init(VALUE sock, VALUE host, VALUEserv) +socks_init(VALUE sock, VALUE host, VALUE serv) { static init = 0; -- cgit