From cbd74e24d78508092e4983b4897ded0c447b8f75 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 16 Mar 2004 00:51:34 +0000 Subject: [project @ 2004-03-16 00:51:34 by jmb] Add content mapping for image/pjpeg svn path=/import/netsurf/; revision=628 --- content/content.c | 1 + 1 file changed, 1 insertion(+) diff --git a/content/content.c b/content/content.c index cb92cb2db..9c560326e 100644 --- a/content/content.c +++ b/content/content.c @@ -64,6 +64,7 @@ static const struct mime_entry mime_map[] = { #endif #ifdef WITH_JPEG {"image/jpeg", CONTENT_JPEG}, + {"image/pjpeg", CONTENT_JPEG}, #endif #ifdef WITH_PNG {"image/png", CONTENT_PNG}, -- cgit v1.2.3