diff options
| author | ZyX <kp-pav@yandex.ru> | 2018-04-22 20:31:40 +0300 |
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2018-04-22 20:31:40 +0300 |
| commit | 4bab9d34e6ec8801d36e2c8594d2122fc45e8db2 (patch) | |
| tree | 62fea1f88e9a2dd44c39dc5f0097a50bd24f0485 /src/nvim/fileio.c | |
| parent | 4b41680828c8f629617d90e3c17ff229a44b32d4 (diff) | |
| download | rneovim-4bab9d34e6ec8801d36e2c8594d2122fc45e8db2.tar.gz rneovim-4bab9d34e6ec8801d36e2c8594d2122fc45e8db2.tar.bz2 rneovim-4bab9d34e6ec8801d36e2c8594d2122fc45e8db2.zip | |
*: Fix clint errors
Diffstat (limited to 'src/nvim/fileio.c')
| -rw-r--r-- | src/nvim/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c index 451f924c28..c34b52cf27 100644 --- a/src/nvim/fileio.c +++ b/src/nvim/fileio.c @@ -286,7 +286,7 @@ readfile ( off_T filesize = 0; int skip_read = false; context_sha256_T sha_ctx; - int read_undo_file = FALSE; + int read_undo_file = false; linenr_T linecnt; int error = FALSE; /* errors encountered */ int ff_error = EOL_UNKNOWN; /* file format with errors */ |
