diff options
Diffstat (limited to 'executor.c')
| -rw-r--r-- | executor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor.c b/executor.c index c281b82..37cffc6 100644 --- a/executor.c +++ b/executor.c @@ -291,7 +291,7 @@ enum cccl_ExecutorStatus cccl_execute(struct cccl_Node *code, struct cccl_Variab case cccl_Executor_CONTINUE: break; case cccl_Executor_END: goto end; } - }; + } break; case cccl_Node_CONDITIONAL: { assert(stack.length >= 1); |