summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-23 14:24:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-23 14:24:37 +0000
commitc7e62664467b2834b2a980b02effb7a9fc82fbeb (patch)
tree3f4e4dc4a99bc8a2f20e830592309c28a9b10c7b /test
parent371eb4e6184930f08788e8b200b33f6d29ef20ab (diff)
downloadlibcss-c7e62664467b2834b2a980b02effb7a9fc82fbeb.tar.gz
libcss-c7e62664467b2834b2a980b02effb7a9fc82fbeb.tar.bz2
Implement set_*_from_hint
Plug memory leaks. svn path=/trunk/libcss/; revision=6823
Diffstat (limited to 'test')
-rw-r--r--test/select-auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/select-auto.c b/test/select-auto.c
index 86c9f89..5a9bfc2 100644
--- a/test/select-auto.c
+++ b/test/select-auto.c
@@ -1065,6 +1065,6 @@ css_error node_presentational_hint(void *pw, void *node,
UNUSED(property);
UNUSED(hint);
- return CSS_OK;
+ return CSS_PROPERTY_NOT_SET;
}