Remove trailing comma in enum to pander to non-C99-conformant compilers

This commit is contained in:
Carl Worth 2006-05-04 12:50:50 -07:00
parent 457132fc2b
commit ec94f0a7e2

View file

@ -195,7 +195,7 @@ typedef enum _cairo_status {
CAIRO_STATUS_INVALID_VISUAL,
CAIRO_STATUS_FILE_NOT_FOUND,
CAIRO_STATUS_INVALID_DASH,
CAIRO_STATUS_INVALID_DSC_COMMENT,
CAIRO_STATUS_INVALID_DSC_COMMENT
} cairo_status_t;
/**