From 570510b0762d9bb02f9dc64497c8802bc2a1649d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 23 Mar 2009 01:02:59 +0000 Subject: Completely change the approach used for presentational hints. This one stands a chance of working sanely. While this compiles, please don't expect it to link. svn path=/trunk/libcss/; revision=6820 --- src/utils/errors.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils/errors.c') diff --git a/src/utils/errors.c b/src/utils/errors.c index c53a442..e759d78 100644 --- a/src/utils/errors.c +++ b/src/utils/errors.c @@ -47,6 +47,9 @@ const char *css_error_to_string(css_error error) case CSS_IMPORTS_PENDING: result = "Imports pending"; break; + case CSS_PROPERTY_NOT_SET: + result = "Property not set"; + break; } return result; -- cgit v1.2.3