summaryrefslogtreecommitdiff
path: root/amiga/save_complete.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/save_complete.c')
-rwxr-xr-xamiga/save_complete.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/save_complete.c b/amiga/save_complete.c
index 592781ef8..dad952c0b 100755
--- a/amiga/save_complete.c
+++ b/amiga/save_complete.c
@@ -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];