summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-01-21 20:01:55 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-01-21 20:01:55 +0000
commit6e0822e2bd60bde9b2e022f1abe1af8f69931242 (patch)
tree76f7cecf9c26df428b5800cd467687cabe20164f /src
parent2175aef41031b1e09f52136ae42eb81d2d579232 (diff)
downloadlibcss-6e0822e2bd60bde9b2e022f1abe1af8f69931242.tar.gz
libcss-6e0822e2bd60bde9b2e022f1abe1af8f69931242.tar.bz2
Fix GCC3 build. LibCSS doesn't currently build natively on RO.
svn path=/trunk/libcss/; revision=11433
Diffstat (limited to 'src')
-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;