summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/city.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/city.c')
-rw-r--r--misc/examples/city.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/city.c b/misc/examples/city.c
index 7f355bdf..e24c90de 100644
--- a/misc/examples/city.c
+++ b/misc/examples/city.c
@@ -44,7 +44,7 @@ City City_clone(City c) {
void City_drop(City* c) {
printf("drop %s\n", cstr_str(&c->name));
- c_DROP(cstr, &c->name, &c->country);
+ c_drop(cstr, &c->name, &c->country);
}