summaryrefslogtreecommitdiff
path: root/src/cairo-type1-fallback.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-10-09 23:12:52 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2007-10-10 14:56:52 +0100
commitb8d7d62b08576364c8c402490b6f5e4a1472d5d8 (patch)
tree32db544f2635715ca54891d28c7fef3ed92c37b4 /src/cairo-type1-fallback.c
parent7e6ac74de17cf82f224d9f5fad3ad60e92d7690b (diff)
downloadcairo-b8d7d62b08576364c8c402490b6f5e4a1472d5d8.tar.gz
Fix some trivial syntax warnings for -ansi.
gcc -ansi -pedantic gives a few syntax warnings, principally for use of '//' comments and a comma at the end of enumerators. Apply these corrections as they are trivial.
Diffstat (limited to 'src/cairo-type1-fallback.c')
-rw-r--r--src/cairo-type1-fallback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-type1-fallback.c b/src/cairo-type1-fallback.c
index 24fb4d158..37aa22cfb 100644
--- a/src/cairo-type1-fallback.c
+++ b/src/cairo-type1-fallback.c
@@ -41,7 +41,7 @@
typedef enum {
CAIRO_CHARSTRING_TYPE1,
- CAIRO_CHARSTRING_TYPE2,
+ CAIRO_CHARSTRING_TYPE2
} cairo_charstring_type_t;
typedef struct _cairo_type1_font {