changeset 81065:3e17a25ddd1f

(uncache_image): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 May 2007 02:02:25 +0000
parents 18cd9359eb67
children 730155197b96
files src/image.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/image.c	Fri May 25 02:02:18 2007 +0000
+++ b/src/image.c	Fri May 25 02:02:25 2007 +0000
@@ -1639,7 +1639,7 @@
      Lisp_Object spec;
 {
   struct image_cache *c = FRAME_X_IMAGE_CACHE (f);
-  struct image *img = IMAGE_FROM_ID (f, lookup_image (f, spec));
+  struct image *img;
   unsigned hash = sxhash (spec, 0);
   int i = hash % IMAGE_CACHE_BUCKETS_SIZE;