Skip to content

Commit

Permalink
Delete unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
suzukaze committed May 16, 2014
1 parent 13db4da commit 0388e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0388e37

Please sign in to comment.