From aca8b610d9ab178fcbcfa4a44d87e52aa7918ea4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann?= Date: Wed, 17 Oct 2007 18:43:13 -0400 Subject: [PATCH] Remove comma from enumerator list. Bug 12621, reported by Matt Kraai. --- pixman/pixman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman.h b/pixman/pixman.h index a22dfd9..7b93214 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -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 */ -- 2.7.4