summaryrefslogtreecommitdiffhomepage
path: root/misc/examples
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples')
-rw-r--r--misc/examples/coroutines/generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/coroutines/generator.c b/misc/examples/coroutines/generator.c
index c092b92d..3f51ce9c 100644
--- a/misc/examples/coroutines/generator.c
+++ b/misc/examples/coroutines/generator.c
@@ -8,7 +8,7 @@ typedef struct {
int a, b, c;
} Triple;
-cco_generator(Triple,
+cco_iter_struct(Triple,
int count;
);