Merge pull request #2269 from suzukaze/delete-semicolon

Delete unnecessary semicolon
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-17 13:04:38 +09:00
+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;
}