From 91be6b6665018c80ac2c7ae78efda3a02a73903d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 25 May 2007 02:02:25 +0000 Subject: [PATCH] (uncache_image): Fix typo. --- src/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/image.c b/src/image.c index 6858675d9e4..11f4425136c 100644 --- a/src/image.c +++ b/src/image.c @@ -1639,7 +1639,7 @@ uncache_image (f, spec) 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; -- 2.39.2