summaryrefslogtreecommitdiffstats
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
commit6dd415de6f9f7acd8d0a43bbd6798709b1b9c7c9 (patch)
tree9ec520ca757c8480ef06708bb5d26d92be30ba2a
parent168e1068fd15862f6db9ba97ab30320999700fc0 (diff)
downloadruby-6dd415de6f9f7acd8d0a43bbd6798709b1b9c7c9.tar.gz
ruby-6dd415de6f9f7acd8d0a43bbd6798709b1b9c7c9.tar.xz
ruby-6dd415de6f9f7acd8d0a43bbd6798709b1b9c7c9.zip
fix argument type.
git-svn-id: http://svn.ruby-lang.org/repos/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 69fecefba..8eb474f44 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;