libgimpbase: Remove trailing comma from GimpTextHintStyle
This commit is contained in:

committed by
Martin Nordholts

parent
51cd8c2981
commit
27d5164f3c
@ -481,7 +481,7 @@ typedef enum
|
||||
GIMP_TEXT_HINT_STYLE_NONE, /*< desc="None" >*/
|
||||
GIMP_TEXT_HINT_STYLE_SLIGHT, /*< desc="Slight" >*/
|
||||
GIMP_TEXT_HINT_STYLE_MEDIUM, /*< desc="Medium" >*/
|
||||
GIMP_TEXT_HINT_STYLE_FULL, /*< desc="Full" >*/
|
||||
GIMP_TEXT_HINT_STYLE_FULL /*< desc="Full" >*/
|
||||
} GimpTextHintStyle;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user