summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 22:11:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 22:11:02 +0000
commit553939ce35affac69b472e23eb30fed10a930187 (patch)
treebc1e836bb508c6f1b5b0c9e9f0d92a544028833c /test
parent074079fb5e1520106397d036a66d84c25d3486df (diff)
downloadlibcss-553939ce35affac69b472e23eb30fed10a930187.tar.gz
libcss-553939ce35affac69b472e23eb30fed10a930187.tar.bz2
Some changes. No idea what they are, mind you.
svn path=/trunk/libcss/; revision=6536
Diffstat (limited to 'test')
-rw-r--r--test/dump_computed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_computed.h b/test/dump_computed.h
index 7622394..22aa639 100644
--- a/test/dump_computed.h
+++ b/test/dump_computed.h
@@ -141,7 +141,7 @@ static void dump_computed_style(const css_computed_style *style, char *buf,
char *ptr = buf;
size_t wrote = 0;
uint8_t val;
- css_color color;
+ css_colour color;
lwc_string *url;
css_fixed len1, len2;
css_unit unit1, unit2;