diff --git a/string.c b/string.c index 895ec37b47..6e9bde8e76 100644 --- a/string.c +++ b/string.c @@ -5658,7 +5658,7 @@ static VALUE rb_str_casemap(VALUE source, OnigCaseFoldType *flags, rb_encoding *enc) { VALUE target; - + OnigUChar *source_current, *source_end; int target_length = 0; mapping_buffer pre_buffer, /* only next pointer used */