diff options
Diffstat (limited to 'src/nvim/crypt.h')
-rw-r--r-- | src/nvim/crypt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/crypt.h b/src/nvim/crypt.h index 8794360dd5..388443787d 100644 --- a/src/nvim/crypt.h +++ b/src/nvim/crypt.h @@ -1,5 +1,5 @@ -#ifndef NEOVIM_CRYPT_H -#define NEOVIM_CRYPT_H +#ifndef NVIM_CRYPT_H +#define NVIM_CRYPT_H /// Returns the crypt method string as a number. /// @@ -79,4 +79,4 @@ void free_crypt_key(char_u *key); /// @return The crypt key. On failure, NULL is returned. char_u *get_crypt_key(int store, int twice); -#endif // NEOVIM_CRYPT_H +#endif // NVIM_CRYPT_H |