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