summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-06-03 14:16:38 +0000
committerKeith Packard <keithp@keithp.com>2004-06-03 14:16:38 +0000
commit3d1ea0e5d48e0dfa72080a3318e3c2157500da3d (patch)
tree59d42fa29681f0cd24e75c1f22918580df1961d0
parent087d899ccfab846c15ccd9197f3b79d7dd8dc5bb (diff)
Remove comma at end of FcResult enum definition.
-rw-r--r--ChangeLog5
-rw-r--r--fontconfig/fontconfig.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5038ed3..a888099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 8028d02..522de22 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -186,7 +186,7 @@ typedef struct _FcConstant {
typedef enum _FcResult {
FcResultMatch, FcResultNoMatch, FcResultTypeMismatch, FcResultNoId,
- FcResultOutOfMemory,
+ FcResultOutOfMemory
} FcResult;
typedef struct _FcPattern FcPattern;