From 68d8ed687d7437daa80e3321cf1deb4f9cf5a760 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 27 Mar 2009 02:24:00 +0000 Subject: Squash warning. svn path=/trunk/netsurf/; revision=6929 --- riscos/filetype.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/riscos/filetype.c b/riscos/filetype.c index dc1b9b8d2..2fac350b3 100644 --- a/riscos/filetype.c +++ b/riscos/filetype.c @@ -260,9 +260,10 @@ int ro_content_filetype(struct content *content) return file_type; error = xmimemaptranslate_mime_type_to_filetype(content->mime_type, - &file_type); + (bits *) &file_type); if (error) return 0xffd; + return file_type; } -- cgit v1.2.3