summaryrefslogtreecommitdiff
path: root/src/utils/utils.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2010-03-27 16:10:57 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2010-03-27 16:10:57 +0000
commit80cfe125983eb126a9f8afd974196cf0bf347877 (patch)
treee6fe993a7ad2fc6859509b661d2d4f721e846e60 /src/utils/utils.h
parent46e3a946d7b2f7d68f3753a37c6f68a732a36f01 (diff)
downloadlibcss-80cfe125983eb126a9f8afd974196cf0bf347877.tar.gz
libcss-80cfe125983eb126a9f8afd974196cf0bf347877.tar.bz2
Fix libcss to use new libwapcaplet behaviour.
TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
Diffstat (limited to 'src/utils/utils.h')
-rw-r--r--src/utils/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/utils.h b/src/utils/utils.h
index 26c9a08..1fe2d46 100644
--- a/src/utils/utils.h
+++ b/src/utils/utils.h
@@ -70,6 +70,8 @@ css_error_from_lwc_error(lwc_error err)
return CSS_NOMEM;
case lwc_error_range:
return CSS_BADPARM;
+ default:
+ break;
}
return CSS_INVALID;
}