the evas_hash_foreach callback is supposed to return a value ;)

SVN revision: 14930
This commit is contained in:
tsauerbeck 2005-05-24 17:02:00 +00:00 committed by tsauerbeck
parent 43716e4698
commit bae19f7bea
1 changed files with 2 additions and 0 deletions

View File

@ -1111,6 +1111,8 @@ _edje_file_collection_hash_foreach(Evas_Hash *hash, const char *key, void *data,
edf->path, edf->references,
coll->part, coll->references);
_edje_collection_free(edf, coll);
return 1;
}
#ifdef EDJE_PROGRAM_CACHE