minor code clean-up
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
hyung-hwan
2023-11-21 16:30:20 +09:00
parent 3d85965b98
commit 6a861d2db5
4 changed files with 8 additions and 8 deletions

View File

@ -93,7 +93,7 @@ enum hcl_errnum_t
HCL_EEXCEPT, /**< runtime error - exception not handled */
HCL_ESTKOVRFLW, /**< runtime error - stack overflow */
HCL_ESTKUNDFLW, /**< runtime error - stack overflow */
HCL_EUNDEFVAR, /**< runtime error - undefined variable access */
HCL_EUNDEFVAR /**< runtime error - undefined variable access */
};
typedef enum hcl_errnum_t hcl_errnum_t;