summaryrefslogtreecommitdiff
path: root/src/parse/properties
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-15 14:30:53 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-15 14:30:53 +0100
commit7a4d1702372bb6d378e57e0e27bda5cbb1cc92ed (patch)
tree6d8c5aa2d8c3c91ac9d34e1080e3f0d1bf2fa041 /src/parse/properties
parent3c973e0136779959d95f3ff578fbd5d46bc53530 (diff)
downloadlibcss-7a4d1702372bb6d378e57e0e27bda5cbb1cc92ed.tar.gz
libcss-7a4d1702372bb6d378e57e0e27bda5cbb1cc92ed.tar.bz2
Hopefully silence a warning
Diffstat (limited to 'src/parse/properties')
-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;