summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/filetype.c2
1 files changed, 2 insertions, 0 deletions
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) {