mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Squash warning.
svn path=/trunk/netsurf/; revision=6929
This commit is contained in:
parent
d8ab59b578
commit
68d8ed687d
@ -260,9 +260,10 @@ int ro_content_filetype(struct content *content)
|
|||||||
return file_type;
|
return file_type;
|
||||||
|
|
||||||
error = xmimemaptranslate_mime_type_to_filetype(content->mime_type,
|
error = xmimemaptranslate_mime_type_to_filetype(content->mime_type,
|
||||||
&file_type);
|
(bits *) &file_type);
|
||||||
if (error)
|
if (error)
|
||||||
return 0xffd;
|
return 0xffd;
|
||||||
|
|
||||||
return file_type;
|
return file_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user