diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-04-11 17:10:21 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-04-11 17:11:00 +0200 |
commit | 949bc336a066cd80a0c7e0c2a72e0cb10636692b (patch) | |
tree | 5ca81f70044d65fefef84b974ef3c3f4257a0305 /src/image.c | |
parent | 0e7185cefae6033e2e0628ce91009e1fbf328206 (diff) | |
download | emacs-949bc336a066cd80a0c7e0c2a72e0cb10636692b.tar.gz emacs-949bc336a066cd80a0c7e0c2a72e0cb10636692b.tar.bz2 emacs-949bc336a066cd80a0c7e0c2a72e0cb10636692b.zip |
; * src/image.c: move #endif to correct place
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 6 |
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 ***********************************************************************/ |