mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
*: Satisfy linter (newest type casts rule)
This commit is contained in:
@@ -424,7 +424,7 @@ ptrdiff_t os_read(const int fd, bool *ret_eof, char *const ret_buf,
|
||||
}
|
||||
|
||||
#ifdef HAVE_READV
|
||||
/// Read from a file to a multiple buffers at once
|
||||
/// Read from a file to multiple buffers at once
|
||||
///
|
||||
/// Wrapper for readv().
|
||||
///
|
||||
|
Reference in New Issue
Block a user