summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/phonebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/phonebook.c')
-rw-r--r--misc/examples/phonebook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/phonebook.c b/misc/examples/phonebook.c
index c0007cb7..38a71089 100644
--- a/misc/examples/phonebook.c
+++ b/misc/examples/phonebook.c
@@ -38,7 +38,7 @@ void print_phone_book(cmap_str phone_book)
int main(int argc, char **argv)
{
- cmap_str phone_book = c_make(cmap_str, {
+ cmap_str phone_book = c_init(cmap_str, {
{"Lilia Friedman", "(892) 670-4739"},
{"Tariq Beltran", "(489) 600-7575"},
{"Laiba Juarez", "(303) 885-5692"},