mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[paint] Remove enum trailing comma in C header
Fixes https://github.com/harfbuzz/harfbuzz/discussions/4188
This commit is contained in:
parent
2cd81fdfb6
commit
04a47932a3
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ typedef enum {
|
|||
HB_PAINT_COMPOSITE_MODE_HSL_HUE,
|
||||
HB_PAINT_COMPOSITE_MODE_HSL_SATURATION,
|
||||
HB_PAINT_COMPOSITE_MODE_HSL_COLOR,
|
||||
HB_PAINT_COMPOSITE_MODE_HSL_LUMINOSITY,
|
||||
HB_PAINT_COMPOSITE_MODE_HSL_LUMINOSITY
|
||||
} hb_paint_composite_mode_t;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue