aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor.c')
-rw-r--r--src/main/extractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor.c b/src/main/extractor.c
index 3a0e960..e7c488c 100644
--- a/src/main/extractor.c
+++ b/src/main/extractor.c
@@ -1721,7 +1721,7 @@ extract_oop (struct EXTRACTOR_PluginList *plugin,
1721 mimetype[hdr.mime_len] = '\0'; 1721 mimetype[hdr.mime_len] = '\0';
1722 if ( (proc != NULL) && 1722 if ( (proc != NULL) &&
1723 (0 != proc (proc_cls, 1723 (0 != proc (proc_cls,
1724 plugin->libname, 1724 plugin->short_libname,
1725 hdr.type, 1725 hdr.type,
1726 hdr.format, 1726 hdr.format,
1727 mimetype, 1727 mimetype,