mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-03 14:50:30 +01:00
cairo.h: Remove trailing comma in enumeration
This commit is contained in:
parent
5284f8cab4
commit
ec9337697e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue