diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-06 20:59:22 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-06 20:59:22 +0100 |
commit | 448efdf236c5224047250af97238279f8f29a2aa (patch) | |
tree | ae23b2ca721972bc89904da3fe13abfb96e221d3 /src/cssparser.hh | |
parent | c34bff4996a888b92e6d546b82a388f787325470 (diff) |
switch font-weight handling to new multi type system
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r-- | src/cssparser.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; |