summaryrefslogtreecommitdiffhomepage
path: root/misc/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-02-25 13:22:03 +0100
committerTyge Løvset <[email protected]>2023-02-25 13:22:03 +0100
commit00313bfa4f448253ac95640ed962130ec3d14b19 (patch)
treea2a61bf87a4a7fab0773be10b3849141cd3d5d66 /misc/examples
parent40f184e52b2903b7ff1caed5c104b9d84e2f0d52 (diff)
downloadSTC-modified-00313bfa4f448253ac95640ed962130ec3d14b19.tar.gz
STC-modified-00313bfa4f448253ac95640ed962130ec3d14b19.zip
Finish fixes in coroutine.h.
Diffstat (limited to 'misc/examples')
-rw-r--r--misc/examples/coroutines.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/examples/coroutines.c b/misc/examples/coroutines.c
index d3295102..120f11b8 100644
--- a/misc/examples/coroutines.c
+++ b/misc/examples/coroutines.c
@@ -62,6 +62,4 @@ int main(void) {
while (iterate(&iter, &fib))
printf("%d %d. Fib: %lld\n", iter.x, iter.y, fib.a);
-
- puts("");
}