summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/coroutines/triples.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/coroutines/triples.c')
-rw-r--r--misc/examples/coroutines/triples.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/coroutines/triples.c b/misc/examples/coroutines/triples.c
index 22914c2b..d6ce2791 100644
--- a/misc/examples/coroutines/triples.c
+++ b/misc/examples/coroutines/triples.c
@@ -40,7 +40,7 @@ int triples_coro(struct triples* t) {
}
}
}
- cco_cleanup:
+ cco_final:
puts("done");
}
return 0;