Remove comma at end of FcResult enum definition.

This commit is contained in:
Keith Packard 2004-06-03 14:16:38 +00:00
parent 087d899ccf
commit 3d1ea0e5d4
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -186,7 +186,7 @@ typedef struct _FcConstant {
typedef enum _FcResult {
FcResultMatch, FcResultNoMatch, FcResultTypeMismatch, FcResultNoId,
FcResultOutOfMemory,
FcResultOutOfMemory
} FcResult;
typedef struct _FcPattern FcPattern;