summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content.c b/content/content.c
index d5ec7e51c..b35802af7 100644
--- a/content/content.c
+++ b/content/content.c
@@ -213,6 +213,9 @@ const char *content_type_name[] = {
#ifdef WITH_ARTWORKS
"ARTWORKS",
#endif
+#if defined(WITH_NS_SVG) || defined(WITH_RSVG)
+ "SVG",
+#endif
"OTHER",
"UNKNOWN"
};