From a8b921e3773d6559bb3374b24ec246a290ca6643 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 31 Mar 2025 05:10:38 +0300 Subject: Fix cccl_Executor_OK name --- cccl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cccl.h') 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, -- cgit 1.4.1