mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix argument type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
34bb79c031
commit
70c177c5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1553,7 +1553,7 @@ check_exec_env_i(st_data_t st_key, st_data_t st_val, st_data_t arg)
|
|||
}
|
||||
|
||||
static VALUE
|
||||
rb_check_exec_env(hash)
|
||||
rb_check_exec_env(VALUE hash)
|
||||
{
|
||||
VALUE env;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue