removed an annoying comma in the syncode enumerator definition

This commit is contained in:
2022-02-05 17:37:06 +00:00
parent 52b445416d
commit 36204b16e8

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;