diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-11 10:59:02 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-11 12:06:26 +0100 |
commit | c4ad15ae324f6460c683a64c44d65e693e1f39bb (patch) | |
tree | a52886660bec8636c1026941cd5a566172557064 /src/nvim/lua/base64.c | |
parent | 6c3e170e5668e72b2b144a86b4e8278bc70daa48 (diff) | |
download | rneovim-c4ad15ae324f6460c683a64c44d65e693e1f39bb.tar.gz rneovim-c4ad15ae324f6460c683a64c44d65e693e1f39bb.tar.bz2 rneovim-c4ad15ae324f6460c683a64c44d65e693e1f39bb.zip |
fix(PVS/V009): add top-level message
Diffstat (limited to 'src/nvim/lua/base64.c')
-rw-r--r-- | src/nvim/lua/base64.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/lua/base64.c b/src/nvim/lua/base64.c index 3f246839d5..b6382f6eab 100644 --- a/src/nvim/lua/base64.c +++ b/src/nvim/lua/base64.c @@ -1,3 +1,6 @@ +// 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 <assert.h> #include <lauxlib.h> #include <lua.h> |