Bug 30342 - fix stray comma
Summary: fix stray comma
Status: RESOLVED DUPLICATE of bug 30115
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.10.0
Hardware: Other All
: medium normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-23 04:08 UTC by mabrand
Modified: 2010-09-23 06:10 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description mabrand 2010-09-23 04:08:39 UTC
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
Comment 1 Benjamin Otte 2010-09-23 06:10:45 UTC

*** This bug has been marked as a duplicate of bug 30115 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.