summaryrefslogtreecommitdiff
path: root/src/image.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-05-25 02:02:25 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-05-25 02:02:25 +0000
commit91be6b6665018c80ac2c7ae78efda3a02a73903d (patch)
tree6a2ac917f221404a2a9150793ad83d4796ed65fe /src/image.c
parentf0f80eb7bbd29c56af227d64c8547d2834a2b051 (diff)
downloademacs-91be6b6665018c80ac2c7ae78efda3a02a73903d.tar.gz
emacs-91be6b6665018c80ac2c7ae78efda3a02a73903d.tar.bz2
emacs-91be6b6665018c80ac2c7ae78efda3a02a73903d.zip
(uncache_image): Fix typo.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
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;