diff options
| -rw-r--r-- | src/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.c b/src/error.c index d7facd0b9..8e456ff1a 100644 --- a/src/error.c +++ b/src/error.c @@ -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) { |
