From 5922fd21df0b1d579ebcf3b6f745d58be92c71f0 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 10 Sep 2010 14:18:13 +0200 Subject: [PATCH] cairo_device_type_t: Remove the trailing comma from this enum. This avoids a compiler warning. --- src/cairo.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cairo.h b/src/cairo.h index 913320f..efe3112 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -868,7 +868,7 @@ typedef struct _cairo_rectangle { * @status: Error status of the rectangle list * @rectangles: Array containing the rectangles * @num_rectangles: Number of rectangles in this list - * + * * A data structure for holding a dynamically allocated * array of rectangles. * @@ -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 -- 1.7.0.4