aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-02 19:51:29 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-02 19:51:29 +0000
commit15d3cc42d0780fb0178c2d0073d38e500890a836 (patch)
tree6aff062e39d2614af0d8108a6e5a8542a4fb5d0a /src/main/extractor_ipc.c
parent7a3b043383533db5515daf21a9eae2ee24613030 (diff)
downloadlibextractor-15d3cc42d0780fb0178c2d0073d38e500890a836.tar.gz
libextractor-15d3cc42d0780fb0178c2d0073d38e500890a836.zip
-fix
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);