diff options
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r-- | src/nvim/ex_getln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c index 238beebf3e..a5d0d0be16 100644 --- a/src/nvim/ex_getln.c +++ b/src/nvim/ex_getln.c @@ -3808,7 +3808,7 @@ expand_shellcmd ( char_u *pat; int i; char_u *path; - int mustfree = FALSE; + bool mustfree = false; garray_T ga; char_u *buf = xmalloc(MAXPATHL); size_t l; |