[cairo-commit] src/cairo-meta-surface-private.h
Christian Biesinger
biesi at kemper.freedesktop.org
Wed Mar 1 10:17:20 PST 2006
src/cairo-meta-surface-private.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 3490ed989672eaf2c08468ba81e3376fa362e41f (from f5566c9b20edf04b44f60bba164c226f2718a935)
Author: Christian Biesinger <cbiesinger at web.de>
Date: Wed Mar 1 19:16:01 2006 +0100
Remove trailing comma in enumeration
This fixes a gcc -pedantic warning and compilation with the xlc compiler.
diff --git a/src/cairo-meta-surface-private.h b/src/cairo-meta-surface-private.h
index e571509..eafe3f4 100644
--- a/src/cairo-meta-surface-private.h
+++ b/src/cairo-meta-surface-private.h
@@ -53,7 +53,7 @@ typedef enum {
* fallbacks should never get triggered). So the plan is to
* eliminate as many of these as possible. */
- CAIRO_COMMAND_INTERSECT_CLIP_PATH,
+ CAIRO_COMMAND_INTERSECT_CLIP_PATH
} cairo_command_type_t;
More information about the cairo-commit
mailing list