removed an annoying comma in the syncode enumerator definition

This commit is contained in:
hyung-hwan 2022-02-05 17:37:06 +00:00
parent 495cea5704
commit eac89bff5c

View File

@ -1850,7 +1850,7 @@ enum hcl_syncode_t
HCL_SYNCODE_THROW, HCL_SYNCODE_THROW,
HCL_SYNCODE_TRY, HCL_SYNCODE_TRY,
HCL_SYNCODE_UNTIL, HCL_SYNCODE_UNTIL,
HCL_SYNCODE_WHILE, HCL_SYNCODE_WHILE
}; };
typedef enum hcl_syncode_t hcl_syncode_t; typedef enum hcl_syncode_t hcl_syncode_t;