aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-08-16 17:13:42 +0200
committerLars Magne Ingebrigtsen2013-08-16 17:13:42 +0200
commit6146bf5d2f5e1075bde6ee71e44c804fe87ab683 (patch)
treebdab05570ef3012d7e14bf5b79f49c9efebbdafc
parent8a6f875f7e613b2910ed3355ce0f2c01fa43cb9b (diff)
downloademacs-6146bf5d2f5e1075bde6ee71e44c804fe87ab683.tar.gz
emacs-6146bf5d2f5e1075bde6ee71e44c804fe87ab683.zip
image.c: Fix debugging code accidentally checked in
-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 {