Delete unnecessary semicolon

This commit is contained in:
Jun Hiroe
2014-05-17 00:52:00 +09:00
parent 13db4da204
commit 0388e373d0
+1 -1
View File
@@ -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;
}