formatting

SVN revision: 33991
This commit is contained in:
Sebastian Dransfeld 2008-03-12 09:48:04 +00:00
parent 164190d377
commit 9c2e6dcd43
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ _edje_if_string_free(Edje *ed, const char *str)
if (!ed || !str) return;
dict = eet_dictionary_get(ed->file->ef);
if (eet_dictionary_string_check(dict ,str)) return;
if (eet_dictionary_string_check(dict, str)) return;
evas_stringshare_del(str);
str = NULL;
}