[cairo-commit] src/cairo.h

Carl Worth cworth at kemper.freedesktop.org
Thu Jul 17 19:31:46 PDT 2008


 src/cairo.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec9337697ea8d9fb10576c42ef2c29ff27636f86
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Jul 17 19:31:11 2008 -0700

    cairo.h: Remove trailing comma in enumeration

diff --git a/src/cairo.h b/src/cairo.h
index 61af650..f746924 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -247,7 +247,7 @@ typedef enum _cairo_status {
     CAIRO_STATUS_USER_FONT_IMMUTABLE,
     CAIRO_STATUS_USER_FONT_ERROR,
     CAIRO_STATUS_NEGATIVE_COUNT,
-    CAIRO_STATUS_INVALID_CLUSTERS,
+    CAIRO_STATUS_INVALID_CLUSTERS
     /* after adding a new error: update CAIRO_STATUS_LAST_STATUS in cairoint.h */
 } cairo_status_t;
 


More information about the cairo-commit mailing list