diff options
Diffstat (limited to 'src/nvim/os/rstream_defs.h')
-rw-r--r-- | src/nvim/os/rstream_defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/rstream_defs.h b/src/nvim/os/rstream_defs.h index 3d1dbec34f..5c7183c4c3 100644 --- a/src/nvim/os/rstream_defs.h +++ b/src/nvim/os/rstream_defs.h @@ -1,5 +1,5 @@ -#ifndef NEOVIM_OS_RSTREAM_DEFS_H -#define NEOVIM_OS_RSTREAM_DEFS_H +#ifndef NVIM_OS_RSTREAM_DEFS_H +#define NVIM_OS_RSTREAM_DEFS_H #include <stdbool.h> @@ -12,5 +12,5 @@ typedef struct rstream RStream; /// @param eof If the stream reached EOF. typedef void (*rstream_cb)(RStream *rstream, void *data, bool eof); -#endif // NEOVIM_OS_RSTREAM_DEFS_H +#endif // NVIM_OS_RSTREAM_DEFS_H |