From fb667257ab8f5cf9c6af399ac394b8aa7826fd96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann?= Date: Fri, 24 Aug 2007 16:19:31 -0400 Subject: [PATCH] Remove trailing comma in enum --- pixman/pixman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman.h b/pixman/pixman.h index e9d2077..f445261 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -221,7 +221,7 @@ typedef enum PIXMAN_OP_CONJOINT_OUT_REVERSE = 0x28, PIXMAN_OP_CONJOINT_ATOP = 0x29, PIXMAN_OP_CONJOINT_ATOP_REVERSE = 0x2a, - PIXMAN_OP_CONJOINT_XOR = 0x2b, + PIXMAN_OP_CONJOINT_XOR = 0x2b } pixman_op_t; /* -- 2.7.4