aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 217e255a90..0857596cd0 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;