Commit db88af83 authored by mattn's avatar mattn

Cosmetic change

parent ba5a995c
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment