summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorSteve Fryatt <steve@stevefryatt.org.uk>2011-12-17 22:36:50 +0000
committerSteve Fryatt <steve@stevefryatt.org.uk>2011-12-17 22:36:50 +0000
commitb61670510f8136ea12f0d63ec5f560b64750b24c (patch)
tree6c8c1a8ed5a3bc1ee70158c85d79081a4a5d3537 /riscos
parent35d62200eae04e697019de613bbcc499d00758f7 (diff)
downloadnetsurf-b61670510f8136ea12f0d63ec5f560b64750b24c.tar.gz
netsurf-b61670510f8136ea12f0d63ec5f560b64750b24c.tar.bz2
Use correct RISC OS filetype for PNG when identifying native format.
svn path=/trunk/netsurf/; revision=13290
Diffstat (limited to 'riscos')
-rw-r--r--riscos/filetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index 5c539a1d6..ec15b3655 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -284,7 +284,7 @@ int ro_content_native_type(hlcache_handle *c)
case 0x695: /* gif */
case 0x69c: /* bmp */
case 0x132: /* ico */
- case 0xb90: /* png */
+ case 0xb60: /* png */
case 0xff9: /* sprite */
return osfile_TYPE_SPRITE;
case 0xaad: /* svg */