summaryrefslogtreecommitdiff
path: root/image/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/png.c')
-rw-r--r--image/png.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/image/png.c b/image/png.c
index 7c0aa56f1..829eee272 100644
--- a/image/png.c
+++ b/image/png.c
@@ -593,7 +593,8 @@ static const content_handler nspng_content_handler = {
};
static const char *nspng_types[] = {
- "image/png"
+ "image/png",
+ "image/x-png"
};
CONTENT_FACTORY_REGISTER_TYPES(nspng, nspng_types, nspng_content_handler);