summaryrefslogtreecommitdiffhomepage
path: root/misc/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-02-24 17:15:24 +0100
committerTyge Løvset <[email protected]>2023-02-24 17:15:24 +0100
commit1a2143fbbda0805fdc9d3862e9c45cb0fc6a336f (patch)
tree7c6a139207c7efaec414ad85dd4ea58a6f3b19b5 /misc/examples
parentdde5e3465c4198841fdba32dfaf2220c87bc6a94 (diff)
downloadSTC-modified-1a2143fbbda0805fdc9d3862e9c45cb0fc6a336f.tar.gz
STC-modified-1a2143fbbda0805fdc9d3862e9c45cb0fc6a336f.zip
Added eq function to cspan.
Final cleanup normalized var naming.
Diffstat (limited to 'misc/examples')
-rw-r--r--misc/examples/cosub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/cosub.c b/misc/examples/cosub.c
index 0aee7aee..87dcb9a1 100644
--- a/misc/examples/cosub.c
+++ b/misc/examples/cosub.c
@@ -47,7 +47,7 @@ bool iterate(struct iterate* I, struct fibonacci* F) {
ccoro_yield_call (F, fibonacci(F), true);
else
ccoro_yield (true);
- ccoro_finish:
+ ccoro_final:
);
return false;
}