summaryrefslogtreecommitdiff
path: root/src/cairo.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-07-17 19:31:11 -0700
committerCarl Worth <cworth@cworth.org>2008-07-17 19:31:11 -0700
commitec9337697ea8d9fb10576c42ef2c29ff27636f86 (patch)
treee1a5956af4e2f116f9df5ed9a2090a27ec929289 /src/cairo.h
parent5284f8cab488c12db0ff0b12a4485072138b8008 (diff)
cairo.h: Remove trailing comma in enumeration
Diffstat (limited to 'src/cairo.h')
-rw-r--r--src/cairo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo.h b/src/cairo.h
index 61af650a..f746924f 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;