Skip to content

Commit

Permalink
cairo: Remove trailing comma from cairo_device_t
Browse files Browse the repository at this point in the history
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=30115
Reported-by: Murray Cumming <murrayc@murrayc.com>
  • Loading branch information
Chris Wilson committed Sep 10, 2010
1 parent 291876a commit 8fca990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cairo.h
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ typedef enum _cairo_device_type {
CAIRO_DEVICE_TYPE_SCRIPT,
CAIRO_DEVICE_TYPE_XCB,
CAIRO_DEVICE_TYPE_XLIB,
CAIRO_DEVICE_TYPE_XML,
CAIRO_DEVICE_TYPE_XML
} cairo_device_type_t;

cairo_public cairo_device_type_t
Expand Down

0 comments on commit 8fca990

Please sign in to comment.