evas_common_array_hash_free --> evas_array_hash_free

SVN revision: 35053
This commit is contained in:
doursse 2008-07-10 18:08:18 +00:00 committed by doursse
parent 9b35bc26f3
commit 0760cc6776
1 changed files with 22 additions and 18 deletions

View File

@ -1,3 +1,7 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "evas_common.h" #include "evas_common.h"
EAPI RGBA_Font_Glyph * EAPI RGBA_Font_Glyph *
@ -67,7 +71,7 @@ evas_common_font_glyph_search(RGBA_Font *fn, RGBA_Font_Int **fi_ret, int gl)
if (fi->src->charmap) /* Charmap loaded, FI/FS blank */ if (fi->src->charmap) /* Charmap loaded, FI/FS blank */
{ {
index = evas_common_array_hash_search(fi->src->charmap, gl); index = evas_array_hash_search(fi->src->charmap, gl);
if (index != 0) if (index != 0)
{ {
evas_common_font_source_load_complete(fi->src); evas_common_font_source_load_complete(fi->src);