diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-03-24 16:29:18 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-24 16:29:18 -0400 |
commit | e16ff72e71172730f1d2e7c814f774c1174af36b (patch) | |
tree | b8ddb9093314c71a56cd2542ebb675ddaf2c02e2 /src/nvim/main.c | |
parent | ed1070bb24d61cfeb13c7afa65de64540dabe535 (diff) | |
parent | 3fc18e25b8f6c1ead673ce9283461af9495829c4 (diff) | |
download | rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.tar.gz rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.tar.bz2 rneovim-e16ff72e71172730f1d2e7c814f774c1174af36b.zip |
Merge #2148 'misc1.c: split some environment functions'
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 2 |
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 |