From 949bc336a066cd80a0c7e0c2a72e0cb10636692b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 11 Apr 2022 17:10:21 +0200 Subject: [PATCH] ; * src/image.c: move #endif to correct place --- src/image.c | 6 ++---- 1 file 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 ***********************************************************************/ -- 2.39.5