Improve map module: Add to clint and CONV_SRCS

This commit is contained in:
Thiago de Arruda
2014-05-19 10:51:47 -03:00
parent 93f9023b46
commit b87b1a3325
4 changed files with 6 additions and 2 deletions

View File

@@ -53,5 +53,5 @@ void *map_del(Map *map, const char *key);
/// @param cb A function that will be called for each key/value
void map_foreach(Map *map, key_value_cb cb);
#endif /* NVIM_MAP_H */
#endif // NVIM_MAP_H