mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Cosmetic change
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user