aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_ipc.c')
-rw-r--r--src/main/extractor_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_ipc.c b/src/main/extractor_ipc.c
index 50cf072..a48249a 100644
--- a/src/main/extractor_ipc.c
+++ b/src/main/extractor_ipc.c
@@ -108,7 +108,7 @@ EXTRACTOR_IPC_process_reply_ (struct EXTRACTOR_PluginList *plugin,
108 if (meta.meta_type >= EXTRACTOR_metatype_get_max ()) 108 if (meta.meta_type >= EXTRACTOR_metatype_get_max ())
109 meta.meta_type = EXTRACTOR_METATYPE_UNKNOWN; 109 meta.meta_type = EXTRACTOR_METATYPE_UNKNOWN;
110 proc (proc_cls, 110 proc (proc_cls,
111 plugin, 111 plugin,
112 (enum EXTRACTOR_MetaType) meta.meta_type, 112 (enum EXTRACTOR_MetaType) meta.meta_type,
113 (enum EXTRACTOR_MetaFormat) meta.meta_format, 113 (enum EXTRACTOR_MetaFormat) meta.meta_format,
114 mime_type, value, meta.value_size); 114 mime_type, value, meta.value_size);