Squash warning.

svn path=/trunk/netsurf/; revision=6929
This commit is contained in:
John Mark Bell 2009-03-27 02:24:00 +00:00
parent d8ab59b578
commit 68d8ed687d
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}