From a8a148919b84a293e3e7a49409ab833590357edb Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Tue, 23 Oct 2007 16:23:28 +0200 Subject: [PATCH] Superfluous ','. --- render/picture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /*