From fe8a7ed296219875b5a6630a79f4cf6f2020ea35 Mon Sep 17 00:00:00 2001 From: François Revel Date: Wed, 9 Feb 2011 22:33:48 +0000 Subject: Fix warning: comma at end of enumerator list svn path=/trunk/libcss/; revision=11639 --- include/libcss/properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libcss/properties.h b/include/libcss/properties.h index 4218956..d96cade 100644 --- a/include/libcss/properties.h +++ b/include/libcss/properties.h @@ -165,7 +165,7 @@ enum css_border_spacing_e { enum css_border_color_e { CSS_BORDER_COLOR_INHERIT = CSS_BACKGROUND_COLOR_INHERIT, CSS_BORDER_COLOR_COLOR = CSS_BACKGROUND_COLOR_COLOR, - CSS_BORDER_COLOR_CURRENT_COLOR = CSS_BACKGROUND_COLOR_CURRENT_COLOR, + CSS_BORDER_COLOR_CURRENT_COLOR = CSS_BACKGROUND_COLOR_CURRENT_COLOR }; enum css_border_style_e { -- cgit v1.2.3