]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/image.c: move #endif to correct place
authorMattias Engdegård <mattiase@acm.org>
Mon, 11 Apr 2022 15:10:21 +0000 (17:10 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 11 Apr 2022 15:11:00 +0000 (17:11 +0200)
src/image.c

index d6c2af7f19984d32742949c016296e68c0a1c403..e4782495f391cf08dd04fb6d00a1880a02de4ba5 100644 (file)
@@ -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)
 
 
 \f
-
-
-#endif /* HAVE_GIF || HAVE_WEBP */
-
 /***********************************************************************
                                 GIF
  ***********************************************************************/