summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2011-02-09 22:33:48 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2011-02-09 22:33:48 +0000
commitfe8a7ed296219875b5a6630a79f4cf6f2020ea35 (patch)
tree31f0d14c69894d0f5a031f5187dea888a285cd05 /include
parent8f3254b9a5922b251ad7f4010233587cfa304aec (diff)
downloadlibcss-fe8a7ed296219875b5a6630a79f4cf6f2020ea35.tar.gz
libcss-fe8a7ed296219875b5a6630a79f4cf6f2020ea35.tar.bz2
Fix warning: comma at end of enumerator list
svn path=/trunk/libcss/; revision=11639
Diffstat (limited to 'include')
-rw-r--r--include/libcss/properties.h2
1 files changed, 1 insertions, 1 deletions
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 {