summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2022-04-11 17:10:21 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2022-04-11 17:11:00 +0200
commit949bc336a066cd80a0c7e0c2a72e0cb10636692b (patch)
tree5ca81f70044d65fefef84b974ef3c3f4257a0305
parent0e7185cefae6033e2e0628ce91009e1fbf328206 (diff)
downloademacs-949bc336a066cd80a0c7e0c2a72e0cb10636692b.tar.gz
; * src/image.c: move #endif to correct place
-rw-r--r--src/image.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/image.c b/src/image.c
index d6c2af7f199..e4782495f39 100644
--- a/src/image.c
+++ b/src/image.c
@@ -2866,6 +2866,8 @@ anim_get_animation_cache (Lisp_Object spec)
return cache;
}
+#endif /* HAVE_WEBP || HAVE_GIF */
+
/* Call FN on every image in the image cache of frame F. Used to mark
Lisp Objects in the image cache. */
@@ -8520,10 +8522,6 @@ tiff_load (struct frame *f, struct image *img)
-
-
-#endif /* HAVE_GIF || HAVE_WEBP */
-
/***********************************************************************
GIF
***********************************************************************/