From 23ec0fe83e8efbc3a758af4049ce990ee67ea47c Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Mon, 22 Feb 2021 14:23:00 +0100 Subject: Many internal renames. Reverted to specify both _del and _clone parameter when giving _del. --- examples/mapmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/mapmap.c') diff --git a/examples/mapmap.c b/examples/mapmap.c index 5a5996f6..c775d870 100644 --- a/examples/mapmap.c +++ b/examples/mapmap.c @@ -4,7 +4,7 @@ #include using_cmap_str(); -using_cmap_strkey(cfg, cmap_str, cmap_str_del); +using_cmap_strkey(cfg, cmap_str, cmap_str_del, c_no_clone); int main(void) { cmap_cfg config = cmap_cfg_init(); -- cgit v1.2.3