summaryrefslogtreecommitdiff
path: root/content/content_factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_factory.c')
-rw-r--r--content/content_factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_factory.c b/content/content_factory.c
index 0b9d44b7d..d3a69c34d 100644
--- a/content/content_factory.c
+++ b/content/content_factory.c
@@ -135,7 +135,7 @@ content_type content_factory_type_from_mime_type(lwc_string *mime_type)
handler = content_lookup(mime_type);
if (handler != NULL) {
- type = handler->type(mime_type);
+ type = handler->type();
}
return type;