summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2007-10-23 16:23:28 +0200
committerMatthias Hopf <mhopf@suse.de>2007-10-23 16:23:28 +0200
commita8a148919b84a293e3e7a49409ab833590357edb (patch)
tree19dee30cda9480569b9311ffbb74111991b56f71 /render
parent75f05086d04a90c3dcdcdd31bf79d7033708e3e0 (diff)
Superfluous ','.
Diffstat (limited to 'render')
-rw-r--r--render/picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/picture.h b/render/picture.h
index 563a81b43..e8a098cd9 100644
--- a/render/picture.h
+++ b/render/picture.h
@@ -115,7 +115,7 @@ typedef enum _PictFormatShort {
/* 1bpp formats */
PICT_a1 = PIXMAN_a1,
- PICT_g1 = PIXMAN_g1,
+ PICT_g1 = PIXMAN_g1
} PictFormatShort;
/*