Remove comma from enumerator list. Bug 12621, reported by Matt Kraai.
authorSøren Sandmann <sandmann@redhat.com>
Wed, 17 Oct 2007 22:43:13 +0000 (18:43 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Wed, 17 Oct 2007 22:43:13 +0000 (18:43 -0400)
pixman/pixman.h

index a22dfd9..7b93214 100644 (file)
@@ -452,7 +452,7 @@ typedef enum {
 /* 1bpp formats */
     PIXMAN_a1 =                PIXMAN_FORMAT(1,PIXMAN_TYPE_A,1,0,0,0),
     
-    PIXMAN_g1 =                PIXMAN_FORMAT(1,PIXMAN_TYPE_GRAY,0,0,0,0),
+    PIXMAN_g1 =                PIXMAN_FORMAT(1,PIXMAN_TYPE_GRAY,0,0,0,0)
 } pixman_format_code_t;
 
 /* Constructors */