summaryrefslogtreecommitdiffhomepage
path: root/src/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.c')
-rw-r--r--src/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.c b/src/file.c
index 2c909fb48..f8d6bc179 100644
--- a/src/file.c
+++ b/src/file.c
@@ -86,7 +86,7 @@ mrb_file_s_unlink(mrb_state *mrb, mrb_value obj)
{
mrb_value *argv;
mrb_value pathv;
- int argc, i;
+ mrb_int argc, i;
const char *path;
mrb_get_args(mrb, "*", &argv, &argc);