From 6dd415de6f9f7acd8d0a43bbd6798709b1b9c7c9 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 24 Apr 2008 15:34:15 +0000 Subject: fix argument type. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') 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; -- cgit