diff options
Diffstat (limited to 'src/nvim/os/input.h')
-rw-r--r-- | src/nvim/os/input.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/input.h b/src/nvim/os/input.h index 9ffd50fd3f..298df04578 100644 --- a/src/nvim/os/input.h +++ b/src/nvim/os/input.h @@ -1,5 +1,5 @@ -#ifndef NEOVIM_OS_INPUT_H -#define NEOVIM_OS_INPUT_H +#ifndef NVIM_OS_INPUT_H +#define NVIM_OS_INPUT_H #include <stdint.h> #include <stdbool.h> @@ -19,5 +19,5 @@ void os_breakcheck(void); /// @return `true` if file descriptor refers to a terminal. bool os_isatty(int fd); -#endif // NEOVIM_OS_INPUT_H +#endif // NVIM_OS_INPUT_H |