[cairo-commit] cairo/src cairo.h,1.123,1.124
Carl Worth
commit at pdx.freedesktop.org
Thu Jun 9 12:27:08 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv20185/src
Modified Files:
cairo.h
Log Message:
2005-06-09 Carl Worth <cworth at cworth.org>
* src/cairo.h: Remove trailing comma from enum values which gcc
4.0 does not want to see (Luis Villa). Closes bug #3502.
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- cairo.h 31 May 2005 23:05:11 -0000 1.123
+++ cairo.h 9 Jun 2005 19:27:06 -0000 1.124
@@ -160,7 +160,7 @@
CAIRO_STATUS_READ_ERROR,
CAIRO_STATUS_WRITE_ERROR,
CAIRO_STATUS_SURFACE_FINISHED,
- CAIRO_STATUS_SURFACE_TYPE_MISMATCH,
+ CAIRO_STATUS_SURFACE_TYPE_MISMATCH
} cairo_status_t;
/**
More information about the cairo-commit
mailing list