]> git.wh0rd.org - fontconfig.git/commitdiff
Remove comma at end of FcResult enum definition.
authorKeith Packard <keithp@keithp.com>
Thu, 3 Jun 2004 14:16:38 +0000 (14:16 +0000)
committerKeith Packard <keithp@keithp.com>
Thu, 3 Jun 2004 14:16:38 +0000 (14:16 +0000)
ChangeLog
fontconfig/fontconfig.h

index 5038ed3fc8a98f7ab027668b1ea9d47d9671ef21..a888099042a4dad13cc6a44d047d76b6fea6073c 100644 (file)
--- 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:
index 8028d022c5f202b79769295a01d8e7fea449d416..522de220dfc40b24c7956cecbcdd3b89d72dc238 100644 (file)
@@ -186,7 +186,7 @@ typedef struct _FcConstant {
 
 typedef enum _FcResult {
     FcResultMatch, FcResultNoMatch, FcResultTypeMismatch, FcResultNoId,
-    FcResultOutOfMemory,
+    FcResultOutOfMemory
 } FcResult;
 
 typedef struct _FcPattern   FcPattern;