diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-04-27 09:25:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-27 09:25:02 +0200 |
| commit | 53f11dcfc7139fe6c8a6b114db4bfec5d91005a9 (patch) | |
| tree | e9bfbaf10fc6681bbbcba0a0eabdce8a6f6840b5 /src/nvim/generators/gen_api_dispatch.lua | |
| parent | 009ccfe170ada2c78ca7feabda567a7e901fb30b (diff) | |
| parent | 4ce8521ee4a72e050bd187c2986708c5f98c7442 (diff) | |
| download | rneovim-53f11dcfc7139fe6c8a6b114db4bfec5d91005a9.tar.gz rneovim-53f11dcfc7139fe6c8a6b114db4bfec5d91005a9.tar.bz2 rneovim-53f11dcfc7139fe6c8a6b114db4bfec5d91005a9.zip | |
Merge #8218 'Fix errors reported by PVS'
closes #4983
Diffstat (limited to 'src/nvim/generators/gen_api_dispatch.lua')
| -rw-r--r-- | src/nvim/generators/gen_api_dispatch.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/generators/gen_api_dispatch.lua b/src/nvim/generators/gen_api_dispatch.lua index b01321e713..2ee1e5d4c5 100644 --- a/src/nvim/generators/gen_api_dispatch.lua +++ b/src/nvim/generators/gen_api_dispatch.lua @@ -324,6 +324,8 @@ end output = io.open(lua_c_bindings_outputf, 'wb') output:write([[ +// This is an open source non-commercial project. Dear PVS-Studio, please check +// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com #include <lua.h> #include <lualib.h> #include <lauxlib.h> |