remove return at the bottom of void function

parent 64d577b0
......@@ -43,7 +43,6 @@ closure_setup(mrb_state *mrb, struct RProc *p, int nlocals)
e = mrb->ci->env;
}
p->env = e;
return;
}
struct RProc *
......
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