aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-02-06 21:17:42 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-02-06 21:17:42 +0100
commitb65e704d76928e1a3f3984e8206840d87ea19a64 (patch)
tree26655491f1ecfe645f5a84f3265b1835a44f20d1 /src/cssparser.cc
parent4c20db174b4d8ccb982a650c4923794497fdf68f (diff)
set type in CssPropertyList::set()
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r--src/cssparser.cc1
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;
}