aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/it_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/it_extractor.c')
-rw-r--r--src/plugins/it_extractor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/it_extractor.c b/src/plugins/it_extractor.c
index 852e50b..b2b1079 100644
--- a/src/plugins/it_extractor.c
+++ b/src/plugins/it_extractor.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * libextractor is free software; you can redistribute it and/or modify 5 * libextractor is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published 6 * it under the terms of the GNU General Public License as published
7 * by the Free Software Foundation; either version 2, or (at your 7 * by the Free Software Foundation; either version 3, or (at your
8 * option) any later version. 8 * option) any later version.
9 * 9 *
10 * libextractor is distributed in the hope that it will be useful, but 10 * libextractor is distributed in the hope that it will be useful, but
@@ -85,8 +85,8 @@ EXTRACTOR_it_extract_method (struct EXTRACTOR_ExtractContext *ec)
85 EXTRACTOR_METATYPE_MIMETYPE, 85 EXTRACTOR_METATYPE_MIMETYPE,
86 EXTRACTOR_METAFORMAT_UTF8, 86 EXTRACTOR_METAFORMAT_UTF8,
87 "text/plain", 87 "text/plain",
88 "audio/x-it", 88 "audio/x-mod",
89 strlen ("audio/x-it") + 1)) 89 strlen ("audio/x-mod") + 1))
90 return; 90 return;
91 91
92 /* Version of Tracker */ 92 /* Version of Tracker */