[cairo-bugs] [Bug 30342] New: fix stray comma
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 23 04:08:41 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30342
Summary: fix stray comma
Product: cairo
Version: 1.10.0
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: mabrand at mabrand.nl
QAContact: cairo-bugs at cairographics.org
diff --git a/src/cairo.h b/src/cairo.h
index 913320f..136c5db 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -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
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the cairo-bugs
mailing list