Skip to content

Commit

Permalink
Use mrb_int for argc.
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-shopify committed Jan 11, 2017
1 parent db1bd07 commit bc4c90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static mrb_value
exc_initialize(mrb_state *mrb, mrb_value exc)
{
mrb_value mesg;
int argc;
mrb_int argc;
mrb_value *argv;

if (mrb_get_args(mrb, "|o*", &mesg, &argv, &argc) >= 1) {
Expand Down

0 comments on commit bc4c90d

Please sign in to comment.