commit c8303d227be2134b8096a395ca6d2fb0358c3601
parent acc6fb889222ce91c2a89545dd82fc27fe9beb81
Author: Heikki Lindholm <holin@iki.fi>
Date: Wed, 13 Feb 2008 09:29:11 +0000
consistency with elfextractor
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/mimeextractor.c b/src/plugins/mimeextractor.c
@@ -224,7 +224,7 @@ static Pattern patterns[] = {
{"\x2e\x72\x61\xfd", 4, "audio/real", DEFAULT},
{"\x00\x05\x16\x00", 4, "application/applefile", DEFAULT},
{"\x00\x05\x16\x07", 4, "application/applefile", DEFAULT},
- {"\177ELF", 4, "application/elf", DEFAULT},
+ {"\177ELF", 4, "application/x-executable", DEFAULT},
/* FIXME: correct MIME-type for an ELF!? */
{"\xca\xfe\xba\xbe", 4, "application/java", DEFAULT},
/* FIXME: correct MIME for a class-file? */