Remove comma at end of FcResult enum definition.
This commit is contained in:
parent
087d899ccf
commit
3d1ea0e5d4
|
@ -1,3 +1,8 @@
|
|||
2004-06-03 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* fontconfig/fontconfig.h:
|
||||
Remove comma at end of FcResult enum definition.
|
||||
|
||||
2004-05-29 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* INSTALL:
|
||||
|
|
|
@ -186,7 +186,7 @@ typedef struct _FcConstant {
|
|||
|
||||
typedef enum _FcResult {
|
||||
FcResultMatch, FcResultNoMatch, FcResultTypeMismatch, FcResultNoId,
|
||||
FcResultOutOfMemory,
|
||||
FcResultOutOfMemory
|
||||
} FcResult;
|
||||
|
||||
typedef struct _FcPattern FcPattern;
|
||||
|
|
Loading…
Reference in New Issue