diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-11 09:27:05 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-13 14:11:31 -0300 |
commit | 9d18533ca350565b7a67f4f416fa09d5110ceac1 (patch) | |
tree | c4b6239011d042ed57474b960ca59ed5e47dc214 /src/api/helpers.h | |
parent | 60043da29fed70a9d4aa503ae6c73fd6f4e14a40 (diff) | |
download | rneovim-9d18533ca350565b7a67f4f416fa09d5110ceac1.tar.gz rneovim-9d18533ca350565b7a67f4f416fa09d5110ceac1.tar.bz2 rneovim-9d18533ca350565b7a67f4f416fa09d5110ceac1.zip |
Add new files to clint and fix reported errors
Diffstat (limited to 'src/api/helpers.h')
-rw-r--r-- | src/api/helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/helpers.h b/src/api/helpers.h index f9b8a81c16..4c42ef1e17 100644 --- a/src/api/helpers.h +++ b/src/api/helpers.h @@ -80,5 +80,5 @@ buf_T *find_buffer(Buffer buffer, Error *err); /// @return the window pointer win_T * find_window(Window window, Error *err); -#endif /* NEOVIM_API_HELPERS_H */ +#endif // NEOVIM_API_HELPERS_H |