From 085940711d9ef419271274cad740ea8ea61f6fe1 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 15 Oct 2011 13:10:54 +0000 Subject: Add missing title svn path=/trunk/netsurf/; revision=13058 --- gtk/filetype.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk') diff --git a/gtk/filetype.c b/gtk/filetype.c index 7229d2037..f5cf3bfe7 100644 --- a/gtk/filetype.c +++ b/gtk/filetype.c @@ -170,6 +170,8 @@ const char *fetch_filetype(const char *unix_path) return "text/html"; } else if ((3 < l) && (strcasecmp(unix_path + l - 4, ",b60") == 0)) { return "image/png"; + } else if ((3 < l) && (strcasecmp(unix_path + l - 4, ",ff9") == 0)) { + return "image/x-riscos-sprite"; } if (strchr(unix_path, '.') == NULL) { -- cgit v1.2.3