typo fixed

This commit is contained in:
Yukihiro Matsumoto
2012-09-12 07:41:28 +09:00
parent cdbd116c49
commit 54101eec43
+1 -1
View File
@@ -368,7 +368,7 @@ mrb_ary_reverse_bang(mrb_state *mrb, mrb_value self)
if (a->len > 1) {
mrb_value *p1, *p2;
ary_modify(mrb, *a);
ary_modify(mrb, a);
p1 = a->ptr;
p2 = a->ptr + a->len - 1;