about summary refs log tree commit diff
path: root/cccl.h
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-03-31 05:10:38 +0300
committerNakidai <nakidai@disroot.org>2025-03-31 05:11:14 +0300
commita8b921e3773d6559bb3374b24ec246a290ca6643 (patch)
treee784a588669c57d4116fbf46dda5c9eb79c16f4d /cccl.h
parent00dbb67ff654c4d76ef1c3177927bc8eebff6f85 (diff)
download3cl-a8b921e3773d6559bb3374b24ec246a290ca6643.tar.gz
3cl-a8b921e3773d6559bb3374b24ec246a290ca6643.zip
Fix cccl_Executor_OK name
Diffstat (limited to 'cccl.h')
-rw-r--r--cccl.h2
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,