diff options
| author | Tyge Løvset <[email protected]> | 2020-11-03 08:38:26 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-11-03 08:38:26 +0100 |
| commit | cc8fd2c9d8b5b8170a02ec33168d60bb92cd781d (patch) | |
| tree | cf7a840ddb4b3a557302eb114831a38025ef44cb /examples/phonebook.c | |
| parent | 7171182ce7e0106f8f0fc47ed8f1fe1f58b2ea5d (diff) | |
| download | STC-modified-cc8fd2c9d8b5b8170a02ec33168d60bb92cd781d.tar.gz STC-modified-cc8fd2c9d8b5b8170a02ec33168d60bb92cd781d.zip | |
renamed __init to _inits
Diffstat (limited to 'examples/phonebook.c')
| -rw-r--r-- | examples/phonebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phonebook.c b/examples/phonebook.c index a1249ae5..b929de4e 100644 --- a/examples/phonebook.c +++ b/examples/phonebook.c @@ -36,7 +36,7 @@ void print_phone_book(cmap_str phone_book) int main(int argc, char **argv)
{
bool erased;
- cmap_str phone_book = cmap__init;
+ cmap_str phone_book = cmap_inits;
c_push_items(&phone_book, cmap_str, {
{"Lilia Friedman", "(892) 670-4739"},
{"Tariq Beltran", "(489) 600-7575"},
|
