diff options
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c index 595499f709..ed6c280059 100644 --- a/src/path.c +++ b/src/path.c @@ -1208,7 +1208,7 @@ addfile ( ) { char_u *p; - int isdir; + bool isdir; /* if the file/dir doesn't exist, may not add it */ if (!(flags & EW_NOTFOUND) && !os_file_exists(f)) |