Fix erroneous API usage

svn path=/trunk/netsurf/; revision=12700
This commit is contained in:
John Mark Bell 2011-09-02 22:07:07 +00:00
parent 23c336cba9
commit f233d41f26

View File

@ -42,8 +42,7 @@
bool save_complete_gui_save(const char *path, const char *filename, size_t len,
const char *sourcedata, lwc_string *mime_type)
{
content_type type = content_factory_type_from_mime_type(
lwc_string_data(mime_type));
content_type type = content_factory_type_from_mime_type(mime_type);
int res;
int namelen;
char deftype[5];