From 7a4d1702372bb6d378e57e0e27bda5cbb1cc92ed Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 15 Oct 2012 14:30:53 +0100 Subject: Hopefully silence a warning --- src/parse/properties/quotes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/properties') diff --git a/src/parse/properties/quotes.c b/src/parse/properties/quotes.c index 07d8998..b7fc294 100644 --- a/src/parse/properties/quotes.c +++ b/src/parse/properties/quotes.c @@ -32,7 +32,7 @@ css_error css__parse_quotes(css_language *c, css_style *result) { int orig_ctx = *ctx; - css_error error; + css_error error = CSS_INVALID; const css_token *token; bool match; -- cgit v1.2.3