From 510ee5d8c23e2d9133dc83634e15b7660f411a1f Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 25 Apr 2008 22:13:24 -0400 Subject: [PATCH] Remove trailing comma from enum (bug 15364) --- pixman/pixman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman.h b/pixman/pixman.h index dfc5d58..b3cf7cd 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -500,7 +500,7 @@ typedef enum { /* YUV formats */ PIXMAN_yuy2 = PIXMAN_FORMAT(16,PIXMAN_TYPE_YUY2,0,0,0,0), - PIXMAN_yv12 = PIXMAN_FORMAT(12,PIXMAN_TYPE_YV12,0,0,0,0), + PIXMAN_yv12 = PIXMAN_FORMAT(12,PIXMAN_TYPE_YV12,0,0,0,0) } pixman_format_code_t; /* Querying supported format values. */ -- 2.7.4