aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;