From 8cc3e9bd45da130dd9dd2fca0fefcb1a86a7c923 Mon Sep 17 00:00:00 2001 From: corvid Date: Tue, 18 Feb 2014 06:48:51 +0000 Subject: fix filetype guessing bug introduced a few years ago by xhtml acceptance --- src/misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc.c') diff --git a/src/misc.c b/src/misc.c index 3e8496e5..00589999 100644 --- a/src/misc.c +++ b/src/misc.c @@ -115,6 +115,7 @@ static const ContentType_t MimeTypes[] = { typedef enum { DT_OCTET_STREAM = 0, + DT_PLACEHOLDER, DT_TEXT_HTML, DT_TEXT_PLAIN, DT_IMAGE_GIF, -- cgit v1.2.3