From: Mattias EngdegÄrd Date: Mon, 11 Apr 2022 15:10:21 +0000 (+0200) Subject: ; * src/image.c: move #endif to correct place X-Git-Tag: emacs-29.0.90~1931^2~654 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=949bc336a066cd80a0c7e0c2a72e0cb10636692b;p=emacs.git ; * src/image.c: move #endif to correct place --- 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 ***********************************************************************/