formatting

SVN revision: 46960
This commit is contained in:
Sebastian Dransfeld 2010-03-07 20:34:41 +00:00
parent ea7915a537
commit 424f67585e
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ efreet_desktop_new(const char *file)
Efreet_Desktop *desktop = NULL;
char *rp = NULL;
if (!file) return NULL;
if (!file) return NULL;
rp = ecore_file_realpath(file);
if (cache)
{