From 04a47932a3844f7e73e3af8b05fb98c8b54fb779 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 31 Mar 2023 11:44:08 -0600 Subject: [PATCH] [paint] Remove enum trailing comma in C header Fixes https://github.com/harfbuzz/harfbuzz/discussions/4188 --- src/hb-paint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-paint.h b/src/hb-paint.h index a734f112c..543382780 100644 --- a/src/hb-paint.h +++ b/src/hb-paint.h @@ -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; /**