diff options
| author | Tyge Lovset <[email protected]> | 2023-06-08 06:55:42 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-06-08 06:55:42 +0200 |
| commit | abd3b4372dee2291a81271f02588228279139960 (patch) | |
| tree | b60b14a94e2c7f676ffe152174e6ba237e731e20 /include/stc/algo/coroutine.h | |
| parent | 2bac1dff09459ce55f6e6813af96f845a8c981a1 (diff) | |
| download | STC-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.h | 2 |
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 { \ |
