aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 2f1e6e6d3b..0b3402b682 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -818,7 +818,7 @@ static void init_locale(void)
# endif
{
- int mustfree = FALSE;
+ bool mustfree = false;
char_u *p;
/* expand_env() doesn't work yet, because chartab[] is not initialized