diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-06 21:17:42 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-06 21:17:42 +0100 |
commit | b65e704d76928e1a3f3984e8206840d87ea19a64 (patch) | |
tree | 26655491f1ecfe645f5a84f3265b1835a44f20d1 /src/cssparser.cc | |
parent | 4c20db174b4d8ccb982a650c4923794497fdf68f (diff) |
set type in CssPropertyList::set()
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r-- | src/cssparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc index b7923c07..73182d09 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -625,6 +625,7 @@ static bool Css_token_matches_property(CssParser * parser, } } + *type = CSS_TYPE_UNUSED; return false; } |