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:
akr 2008-04-24 15:34:15 +00:00
parent 34bb79c031
commit 70c177c5f7

View File

@ -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;