aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api/helpers.h')
-rw-r--r--src/nvim/api/helpers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/api/helpers.h b/src/nvim/api/helpers.h
index a3b264256b..c9c7e9cdc8 100644
--- a/src/nvim/api/helpers.h
+++ b/src/nvim/api/helpers.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_API_HELPERS_H
-#define NEOVIM_API_HELPERS_H
+#ifndef NVIM_API_HELPERS_H
+#define NVIM_API_HELPERS_H
#include <stdbool.h>
@@ -86,5 +86,5 @@ win_T * find_window(Window window, Error *err);
/// @return the tabpage pointer
tabpage_T * find_tab(Tabpage tabpage, Error *err);
-#endif // NEOVIM_API_HELPERS_H
+#endif // NVIM_API_HELPERS_H