From 6e0822e2bd60bde9b2e022f1abe1af8f69931242 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 21 Jan 2011 20:01:55 +0000 Subject: Fix GCC3 build. LibCSS doesn't currently build natively on RO. svn path=/trunk/libcss/; revision=11433 --- src/parse/properties/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3