diff options
Diffstat (limited to 'cccl.h')
| -rw-r--r-- | cccl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cccl.h b/cccl.h index a49ac8a..eb08298 100644 --- a/cccl.h +++ b/cccl.h @@ -64,7 +64,7 @@ struct cccl_Node enum cccl_ExecutorStatus { - cccl_Executr_OK = 0, + cccl_Executor_OK = 0, cccl_Executor_ERROR, cccl_Executor_CONTINUE, cccl_Executor_END, |