summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 0eba245dee..e8f2d411cd 100644
--- a/proc.c
+++ b/proc.c
@@ -408,7 +408,7 @@ get_local_variable_ptr(const rb_env_t **envp, ID lid)
VM_ENV_FLAGS_SET(ep, VM_FRAME_FLAG_MODIFIED_BLOCK_PARAM);
}
}
-
+
*envp = env;
return &env->env[i];
}