From 448efdf236c5224047250af97238279f8f29a2aa Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 6 Feb 2009 20:59:22 +0100 Subject: switch font-weight handling to new multi type system --- src/cssparser.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cssparser.hh') diff --git a/src/cssparser.hh b/src/cssparser.hh index 2b083df5..7fd3b5d0 100644 --- a/src/cssparser.hh +++ b/src/cssparser.hh @@ -18,7 +18,7 @@ typedef enum { typedef struct { const char *symbol; - const CssValueType type[2]; + const CssValueType type[3]; const char *const *enum_symbols; } CssPropertyInfo; -- cgit v1.2.3