diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-26 01:09:17 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-26 01:09:17 +0900 |
| commit | 79ba1ed1370a3b3fdc70185fca31ff573fc2c533 (patch) | |
| tree | 3d01f7cc1465d6bf674b3afb330a290c2803d275 /mrbgems/mruby-struct/src | |
| parent | bfd2a539edab8ef7935a75de8a6885d74ff9e8ef (diff) | |
| parent | 2220fb2a91cda5c10cf453d935b7aa27b75a6544 (diff) | |
| download | mruby-79ba1ed1370a3b3fdc70185fca31ff573fc2c533.tar.gz mruby-79ba1ed1370a3b3fdc70185fca31ff573fc2c533.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-struct/src')
| -rw-r--r-- | mrbgems/mruby-struct/src/struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-struct/src/struct.c b/mrbgems/mruby-struct/src/struct.c index 2fb82d9d9..19807073c 100644 --- a/mrbgems/mruby-struct/src/struct.c +++ b/mrbgems/mruby-struct/src/struct.c @@ -506,7 +506,7 @@ mrb_value mrb_struct_init_copy(mrb_state *mrb, mrb_value copy) { mrb_value s; - int i, len; + mrb_int i, len; mrb_get_args(mrb, "o", &s); |
