summaryrefslogtreecommitdiff
path: root/src/parse/properties/quotes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/quotes.c')
-rw-r--r--src/parse/properties/quotes.c2
1 files changed, 1 insertions, 1 deletions
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;