Use correct RISC OS filetype for PNG when identifying native format.

svn path=/trunk/netsurf/; revision=13290
This commit is contained in:
Steve Fryatt 2011-12-17 22:36:50 +00:00
parent 35d62200ea
commit b61670510f

View File

@ -284,7 +284,7 @@ int ro_content_native_type(hlcache_handle *c)
case 0x695: /* gif */ case 0x695: /* gif */
case 0x69c: /* bmp */ case 0x69c: /* bmp */
case 0x132: /* ico */ case 0x132: /* ico */
case 0xb90: /* png */ case 0xb60: /* png */
case 0xff9: /* sprite */ case 0xff9: /* sprite */
return osfile_TYPE_SPRITE; return osfile_TYPE_SPRITE;
case 0xaad: /* svg */ case 0xaad: /* svg */