summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-07-16 20:57:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-07-16 20:57:14 +0000
commita0d23659b6979e6809913a7dc24db58d0b847dc5 (patch)
tree3575bc97616c71eddfed0d7de34437eb8b27a3bf /riscos
parent367bbedd906c8a0899af170685465a1d9708e53d (diff)
downloadnetsurf-a0d23659b6979e6809913a7dc24db58d0b847dc5.tar.gz
netsurf-a0d23659b6979e6809913a7dc24db58d0b847dc5.tar.bz2
[project @ 2004-07-16 20:57:14 by jmb]
Fix silly rjwness svn path=/import/netsurf/; revision=1090
Diffstat (limited to 'riscos')
-rw-r--r--riscos/filetype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index 479b3acdc..f0c9fa71d 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -23,11 +23,11 @@ struct type_entry {
};
static const struct type_entry type_map[] = {
{0x188, "application/x-shockwave-flash"},
+ {0x251, "image/jng"}, /* currently in user space */
+ {0x252, "image/mng"}, /* currently in user space */
{0x695, "image/gif"},
{0xaff, "image/x-drawfile"},
{0xb60, "image/png"},
- {0x251, "image/jng"}, /* currently in user space */
- {0x252, "image/mng"}, /* currently in user space */
{0xc85, "image/jpeg"},
{0xf79, "text/css"},
{0xfaf, "text/html"},