diff options
Diffstat (limited to 'src/nvim/log.h')
-rw-r--r-- | src/nvim/log.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/log.h b/src/nvim/log.h index 255808efbe..4177a0a3d5 100644 --- a/src/nvim/log.h +++ b/src/nvim/log.h @@ -1,5 +1,5 @@ -#ifndef NEOVIM_LOG_H -#define NEOVIM_LOG_H +#ifndef NVIM_LOG_H +#define NVIM_LOG_H #include <stdbool.h> @@ -53,5 +53,5 @@ bool do_log(int log_level, const char *func_name, int line_num, #endif -#endif // NEOVIM_LOG_H +#endif // NVIM_LOG_H |