diff options
Diffstat (limited to 'misc/examples/csmap_erase.c')
| -rw-r--r-- | misc/examples/csmap_erase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/csmap_erase.c b/misc/examples/csmap_erase.c index 697e6c09..568dae29 100644 --- a/misc/examples/csmap_erase.c +++ b/misc/examples/csmap_erase.c @@ -34,7 +34,7 @@ int main() printmap(m1); // Fill in some data to test with - mymap m2 = c_make(mymap, { + mymap m2 = c_init(mymap, { {10, "Bob"}, {11, "Rob"}, {12, "Robert"}, |
