formatting

SVN revision: 35425
This commit is contained in:
Sebastian Dransfeld 2008-08-10 09:33:55 +00:00
parent 80674bcaf5
commit dd429f0d8b
1 changed files with 1 additions and 2 deletions

View File

@ -2718,8 +2718,7 @@ eet_data_get_unknown(const Eet_Dictionary *ed, Eet_Data_Descriptor *edd, Eet_Dat
str = (char **)(((char *)data));
if (*str)
{
if (ed == NULL
|| edd->func.str_direct_alloc == NULL)
if ((ed == NULL) || (edd->func.str_direct_alloc == NULL))
{
*str = edd->func.str_alloc(*str);
_eet_freelist_str_add(*str);