summaryrefslogtreecommitdiff
path: root/riscos/filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/filetype.c')
-rw-r--r--riscos/filetype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/filetype.c b/riscos/filetype.c
index c70407fad..a4fc353bc 100644
--- a/riscos/filetype.c
+++ b/riscos/filetype.c
@@ -302,8 +302,9 @@ int ro_content_filetype_from_type(content_type type) {
#ifdef WITH_ARTWORKS
case CONTENT_ARTWORKS: return 0xd94;
#endif
+#ifdef WITH_NS_SVG
case CONTENT_SVG: return 0xaad;
-
+#endif
default: break;
}
return 0;