diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/coroutines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/coroutines.h b/common/coroutines.h index 5e3fb4cf0e..10e0bb28da 100644 --- a/common/coroutines.h +++ b/common/coroutines.h @@ -149,7 +149,7 @@ public: if (!x) { coroParam = x = new CoroContextTag(); } \ x->DUMMY = 0; \ Common::CoroContextHolder tmpHolder(coroParam); \ - switch (coroParam->_line) { case 0:; + switch (coroParam->_line) { default: break; case 0:; /** * End the code section of a coroutine. |