mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
*: Fix clint errors
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user