mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Delete unnecessary semicolon
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ mrb_proc_copy(struct RProc *a, struct RProc *b)
|
||||
a->body = b->body;
|
||||
if (!MRB_PROC_CFUNC_P(a)) {
|
||||
a->body.irep->refcnt++;
|
||||
};
|
||||
}
|
||||
a->target_class = b->target_class;
|
||||
a->env = b->env;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user