From f18bbd48c7265ef68e8559f20a74bd1b57a4d1cb Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 17 Oct 2012 21:52:43 +0100 Subject: Improve error handling in html content --- render/imagemap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/imagemap.h') diff --git a/render/imagemap.h b/render/imagemap.h index edbfea08f..d450cda86 100644 --- a/render/imagemap.h +++ b/render/imagemap.h @@ -28,7 +28,7 @@ struct hlcache_handle; void imagemap_destroy(struct html_content *c); void imagemap_dump(struct html_content *c); -bool imagemap_extract(struct html_content *c); +nserror imagemap_extract(struct html_content *c); nsurl *imagemap_get(struct html_content *c, const char *key, unsigned long x, unsigned long y, -- cgit v1.2.3