aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index ed10a3ed6cd..3607be1e86c 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7903,7 +7903,7 @@ imagemagick_prune_animation_cache ()
7903 struct animation_cache *cache = animation_cache; 7903 struct animation_cache *cache = animation_cache;
7904 struct animation_cache *prev = NULL; 7904 struct animation_cache *prev = NULL;
7905 EMACS_TIME old = sub_emacs_time (current_emacs_time (), 7905 EMACS_TIME old = sub_emacs_time (current_emacs_time (),
7906 EMACS_TIME_FROM_DOUBLE (5)); 7906 EMACS_TIME_FROM_DOUBLE (60));
7907 7907
7908 while (cache) 7908 while (cache)
7909 { 7909 {