aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-03-27 11:11:52 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-04-08 03:42:21 +0200
commit27cd1e07ed4117505b29ce4629bf30d2acb1ceca (patch)
tree7c7db781249b7d067db110344c18060a9f1649e9 /src/nvim/map.c
parent943bedfc86abb2c6ac20079c1c3a4baac1bd726e (diff)
downloadrneovim-27cd1e07ed4117505b29ce4629bf30d2acb1ceca.tar.gz
rneovim-27cd1e07ed4117505b29ce4629bf30d2acb1ceca.tar.bz2
rneovim-27cd1e07ed4117505b29ce4629bf30d2acb1ceca.zip
doc [ci skip]
- README.md: Removed waffle.io because that service is shutting down.
Diffstat (limited to 'src/nvim/map.c')
-rw-r--r--src/nvim/map.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/nvim/map.c b/src/nvim/map.c
index 9b6f57a56f..90da27cf9f 100644
--- a/src/nvim/map.c
+++ b/src/nvim/map.c
@@ -1,12 +1,12 @@
// 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
-///
-/// map.c: khash.h wrapper
-///
-/// NOTE: Callers must manage memory (allocate) for keys and values.
-/// khash.h does not make its own copy of the key or value.
-///
+//
+// map.c: khash.h wrapper
+//
+// NOTE: Callers must manage memory (allocate) for keys and values.
+// khash.h does not make its own copy of the key or value.
+//
#include <stdlib.h>
#include <stdbool.h>