mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 08:58:29 +02:00
Remove trailing comma in enum to pander to non-C99-conformant compilers
This commit is contained in:
parent
457132fc2b
commit
ec94f0a7e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue