summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-24 15:34:15 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-24 15:34:15 +0000
commit70c177c5f7c8139d0f6212739c6a8d5d93e5bd06 (patch)
tree9ec520ca757c8480ef06708bb5d26d92be30ba2a
parent34bb79c031e886cf6a3bf11060195918b93401e4 (diff)
fix argument type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 69fecefba9..8eb474f447 100644
--- a/process.c
+++ b/process.c
@@ -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;