mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
getchar.c wconversion: Change types
This commit is contained in:

committed by
Felipe Oliveira Carvalho

parent
8f2ac8a731
commit
16217b2854
@@ -141,8 +141,8 @@ struct buffblock {
|
||||
struct buffheader {
|
||||
buffblock_T bh_first; // first (dummy) block of list
|
||||
buffblock_T *bh_curr; // buffblock for appending
|
||||
int bh_index; // index for reading
|
||||
int bh_space; // space in bh_curr for appending
|
||||
size_t bh_index; // index for reading
|
||||
size_t bh_space; // space in bh_curr for appending
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user