Missing rename.

SVN revision: 32213
This commit is contained in:
Gustavo Sverzut Barbieri 2007-10-30 13:48:44 +00:00
parent cf13e7ffc3
commit a807f3805b
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ soft16_image_alpha_set(Soft16_Image *im, int have_alpha)
}
if (im->cache_key)
soft16_image_cache_remove(im);
soft16_image_cache_del(im);
return im;
}
else