diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-26 13:39:16 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-26 14:02:12 -0300 |
commit | d6291894d48c2ae558a603a2207c52833ce10f01 (patch) | |
tree | 2ff6bd9d19d2dc8ebacf60e2c73e200e618db9a8 /src/nvim/api/private/helpers.h | |
parent | 3f990f1afb75ff6b15e6a5b729f71779d71fba37 (diff) | |
download | rneovim-d6291894d48c2ae558a603a2207c52833ce10f01.tar.gz rneovim-d6291894d48c2ae558a603a2207c52833ce10f01.tar.bz2 rneovim-d6291894d48c2ae558a603a2207c52833ce10f01.zip |
Build: Add more files to clint-files.txt and fix errors
Diffstat (limited to 'src/nvim/api/private/helpers.h')
-rw-r--r-- | src/nvim/api/private/helpers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/api/private/helpers.h b/src/nvim/api/private/helpers.h index 2d917c2b5e..04b128d3f1 100644 --- a/src/nvim/api/private/helpers.h +++ b/src/nvim/api/private/helpers.h @@ -1,5 +1,5 @@ -#ifndef NVIM_API_HELPERS_H -#define NVIM_API_HELPERS_H +#ifndef NVIM_API_PRIVATE_HELPERS_H +#define NVIM_API_PRIVATE_HELPERS_H #include <stdbool.h> @@ -94,5 +94,5 @@ tabpage_T * find_tab(Tabpage tabpage, Error *err); /// empty String is returned String cstr_to_string(const char *str); -#endif // NVIM_API_HELPERS_H +#endif // NVIM_API_PRIVATE_HELPERS_H |