mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Use correct RISC OS filetype for PNG when identifying native format.
svn path=/trunk/netsurf/; revision=13290
This commit is contained in:
parent
35d62200ea
commit
b61670510f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user