summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parse/properties/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/cursor.c b/src/parse/properties/cursor.c
index ef94806..07e2d8a 100644
--- a/src/parse/properties/cursor.c
+++ b/src/parse/properties/cursor.c
@@ -31,7 +31,7 @@ css_error css__parse_cursor(css_language *c,
css_style *result)
{
int orig_ctx = *ctx;
- css_error error;
+ css_error error = CSS_OK;
const css_token *token;
bool match;