diff options
Diffstat (limited to 'src/os/input.h')
| -rw-r--r-- | src/os/input.h | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/src/os/input.h b/src/os/input.h index 2493225622..bff66766d7 100644 --- a/src/os/input.h +++ b/src/os/input.h @@ -11,9 +11,8 @@ bool input_ready(void);  void input_start(void);  void input_stop(void);  uint32_t input_read(char *buf, uint32_t count); -int os_inchar(char_u *, int, long, int); +int os_inchar(char_u *, int, int32_t, int);  bool os_char_avail(void);  void os_breakcheck(void); -#endif - +#endif  // NEOVIM_OS_INPUT_H | 
