aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/event.h')
-rw-r--r--src/nvim/os/event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/event.h b/src/nvim/os/event.h
index 9f1c2e5449..345ddba27e 100644
--- a/src/nvim/os/event.h
+++ b/src/nvim/os/event.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_OS_EVENT_H
-#define NEOVIM_OS_EVENT_H
+#ifndef NVIM_OS_EVENT_H
+#define NVIM_OS_EVENT_H
#include <stdint.h>
#include <stdbool.h>
@@ -14,5 +14,5 @@ bool event_is_pending(void);
void event_push(Event event);
void event_process(void);
-#endif // NEOVIM_OS_EVENT_H
+#endif // NVIM_OS_EVENT_H