Cosmetic change

This commit is contained in:
mattn
2014-04-17 19:51:45 +09:00
parent ba5a995c23
commit db88af83df
+1 -1
View File
@@ -349,7 +349,7 @@ mrb_str_reverse_bang(mrb_state *mrb, mrb_value str)
memcpy(buf, RSTRING_PTR(str), len);
mrb_str_modify(mrb, mrb_str_ptr(str));
r = (unsigned char*)RSTRING_PTR(str) + len;
r = (unsigned char*)RSTRING_PTR(str) + len;
while (p<e) {
mrb_int clen = utf8len(p);