cairo.h: Remove trailing comma in enumeration

This commit is contained in:
Carl Worth 2008-07-17 19:31:11 -07:00
parent 5284f8cab4
commit ec9337697e

View file

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