Clear terminated space

This commit is contained in:
dearblue
2018-09-07 00:22:36 +09:00
parent 1595e8368a
commit 366848996a
14 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ ary_expand_capa(mrb_state *mrb, struct RArray *a, mrb_int len)
static void
ary_shrink_capa(mrb_state *mrb, struct RArray *a)
{
mrb_int capa;
if (ARY_EMBED_P(a)) return;