aboutsummaryrefslogtreecommitdiff
path: root/src/mpack/conv.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-09-21 18:02:43 +0200
committerGitHub <noreply@github.com>2021-09-21 09:02:43 -0700
commita65d8c34e6427fea00bf9a3d35752fc00054d503 (patch)
treefa1c55aff3938640d41717eb7ee2910dd916086e /src/mpack/conv.c
parentc76cddf3e078a47ff733203629a07d6734435a6f (diff)
downloadrneovim-a65d8c34e6427fea00bf9a3d35752fc00054d503.tar.gz
rneovim-a65d8c34e6427fea00bf9a3d35752fc00054d503.tar.bz2
rneovim-a65d8c34e6427fea00bf9a3d35752fc00054d503.zip
ci(PVS): PVS/V009: add required header #15751
Diffstat (limited to 'src/mpack/conv.c')
-rw-r--r--src/mpack/conv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mpack/conv.c b/src/mpack/conv.c
index 203b13fadb..31297a8784 100644
--- a/src/mpack/conv.c
+++ b/src/mpack/conv.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 "conv.h"
static int mpack_fits_single(double v);