summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c
index 3e2443ee8..c7edf9e7e 100644
--- a/render/box.c
+++ b/render/box.c
@@ -765,8 +765,9 @@ struct result box_br(xmlNode *n, struct status *status,
}
static const content_type image_types[] = {
+ CONTENT_JPEG, CONTENT_GIF,
#ifdef riscos
- CONTENT_JPEG, CONTENT_PNG, CONTENT_GIF, CONTENT_SPRITE, CONTENT_DRAW,
+ CONTENT_PNG, CONTENT_SPRITE, CONTENT_DRAW,
#endif
CONTENT_UNKNOWN };