]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Remove spurious / after $(DESTDIR)
[fontconfig.git] / fontconfig / fontconfig.h
index 225ce7588e89540ba8ad7cd67fb07c3e5d630170..2e667cb14bac1171c24bbe4b4023cca71fcb4934 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    94
+#define FC_REVISION    96
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -186,7 +186,7 @@ typedef struct _FcConstant {
 
 typedef enum _FcResult {
     FcResultMatch, FcResultNoMatch, FcResultTypeMismatch, FcResultNoId,
-    FcResultOutOfMemory,
+    FcResultOutOfMemory
 } FcResult;
 
 typedef struct _FcPattern   FcPattern;