diff --git a/src/proc.c b/src/proc.c index 443734da0..d4fe86680 100644 --- a/src/proc.c +++ b/src/proc.c @@ -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; }