summaryrefslogtreecommitdiff
path: root/riscos/filetype.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-04-09 21:57:09 +0000
committerJames Bursa <james@netsurf-browser.org>2003-04-09 21:57:09 +0000
commit230cb5f01fbb9948ce5dd067e87535f9c012779c (patch)
tree81ff3fe7964015601baa8228172c46660c6bdc4f /riscos/filetype.c
parentc62f1a55e6dc2a38ce1f6994160df339843807b5 (diff)
downloadnetsurf-230cb5f01fbb9948ce5dd067e87535f9c012779c.tar.gz
netsurf-230cb5f01fbb9948ce5dd067e87535f9c012779c.tar.bz2
[project @ 2003-04-09 21:57:09 by bursa]
Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
Diffstat (limited to 'riscos/filetype.c')
-rw-r--r--riscos/filetype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index c69e5163c..81b0920e5 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -1,5 +1,5 @@
/**
- * $Id: filetype.c,v 1.2 2003/04/04 15:19:31 bursa Exp $
+ * $Id: filetype.c,v 1.3 2003/04/09 21:57:09 bursa Exp $
*/
#include <stdlib.h>
@@ -15,8 +15,8 @@ struct type_entry {
char mime_type[16];
};
static const struct type_entry type_map[] = {
- {0x0cc, "text/css"},
{0xc85, "image/jpeg"},
+ {0xf79, "text/css"},
{0xfaf, "text/html"},
{0xfff, "text/plain"},
};