From e20dfc9e0d9d423e6bef5e06fb98352311a70641 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 14 Dec 2007 08:38:18 +0000 Subject: * io.c (rb_f_p): RDoc update. a patch from murphy . [ruby-core:14010] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 217e255a9..0857596cd 100644 --- a/string.c +++ b/string.c @@ -1410,7 +1410,7 @@ rb_str_cmp_m(VALUE str1, VALUE str2) static VALUE rb_str_casecmp(VALUE str1, VALUE str2) { - long i, len; + long len; int retval; rb_encoding *enc; char *p1, *p1end, *p2, *p2end; -- cgit