aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/rstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/rstream.h')
-rw-r--r--src/nvim/os/rstream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/rstream.h b/src/nvim/os/rstream.h
index ee0098204e..7a565099b7 100644
--- a/src/nvim/os/rstream.h
+++ b/src/nvim/os/rstream.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_OS_RSTREAM_H
-#define NEOVIM_OS_RSTREAM_H
+#ifndef NVIM_OS_RSTREAM_H
+#define NVIM_OS_RSTREAM_H
#include <stdbool.h>
#include <stdint.h>
@@ -78,5 +78,5 @@ size_t rstream_available(RStream *rstream);
/// @param event Object containing data necessary to invoke the callback
void rstream_read_event(Event event);
-#endif // NEOVIM_OS_RSTREAM_H
+#endif // NVIM_OS_RSTREAM_H