[cairo-commit] src/cairo.h
Carl Worth
cworth at kemper.freedesktop.org
Thu May 4 12:55:57 PDT 2006
src/cairo.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree ec94f0a7e2e82bee3973f4c64eb23bb60cac846c (from 457132fc2b1380cfd189ecec2f4ab1c02cd22fe4)
Author: Carl Worth <cworth at cworth.org>
Date: Thu May 4 12:50:50 2006 -0700
Remove trailing comma in enum to pander to non-C99-conformant compilers
diff --git a/src/cairo.h b/src/cairo.h
index 936006e..cd23df4 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -195,7 +195,7 @@ typedef enum _cairo_status {
CAIRO_STATUS_INVALID_VISUAL,
CAIRO_STATUS_FILE_NOT_FOUND,
CAIRO_STATUS_INVALID_DASH,
- CAIRO_STATUS_INVALID_DSC_COMMENT,
+ CAIRO_STATUS_INVALID_DSC_COMMENT
} cairo_status_t;
/**
More information about the cairo-commit
mailing list