From c7e62664467b2834b2a980b02effb7a9fc82fbeb Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 23 Mar 2009 14:24:37 +0000 Subject: Implement set_*_from_hint Plug memory leaks. svn path=/trunk/libcss/; revision=6823 --- test/select-auto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/select-auto.c') 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; } -- cgit v1.2.3