summaryrefslogtreecommitdiffhomepage
path: root/include/stc/algo/coroutine.h
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2023-06-08 06:55:42 +0200
committerTyge Lovset <[email protected]>2023-06-08 06:55:42 +0200
commitabd3b4372dee2291a81271f02588228279139960 (patch)
treeb60b14a94e2c7f676ffe152174e6ba237e731e20 /include/stc/algo/coroutine.h
parent2bac1dff09459ce55f6e6813af96f845a8c981a1 (diff)
downloadSTC-modified-abd3b4372dee2291a81271f02588228279139960.tar.gz
STC-modified-abd3b4372dee2291a81271f02588228279139960.zip
More small adjustments.
Diffstat (limited to 'include/stc/algo/coroutine.h')
-rw-r--r--include/stc/algo/coroutine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/algo/coroutine.h b/include/stc/algo/coroutine.h
index 81c75aa1..67ea5a40 100644
--- a/include/stc/algo/coroutine.h
+++ b/include/stc/algo/coroutine.h
@@ -87,7 +87,7 @@ enum {
#define cco_run(co, call) while (call, !cco_done(co))
#define cco_final \
- *_state = cco_state_done; case cco_state_final
+ *_state = cco_state_final; case cco_state_final
#define cco_return \
do { \