summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-25 15:05:53 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-11-25 15:09:09 +0900
commit09e76e982801a838688ea80be29844ed91c23f46 (patch)
tree123e2e669a8eee829445c8c67bc57abff8dd7248 /hash.c
parente27acb61485189fd7647741b6ca19920989dec03 (diff)
Improve consistency of bool/true/false
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 84ab343091..e11afb04cd 100644
--- a/hash.c
+++ b/hash.c
@@ -4719,7 +4719,7 @@ env_delete(VALUE name)
RB_GC_GUARD(name);
}
else if (ENVMATCH(nam, TZ_ENV)) {
- ruby_tz_uptodate_p = FALSE;
+ ruby_tz_uptodate_p = false;
}
return value;
}