summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/content_type.h b/content/content_type.h
index 96fa70575..66d2faad1 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -25,13 +25,13 @@ typedef enum {
#ifdef WITH_JPEG
CONTENT_JPEG,
#endif
+#ifdef WITH_GIF
+ CONTENT_GIF,
+#endif
#ifdef riscos
#ifdef WITH_PNG
CONTENT_PNG,
#endif
-#ifdef WITH_GIF
- CONTENT_GIF,
-#endif
#ifdef WITH_SPRITE
CONTENT_SPRITE,
#endif