Formatting.

SVN revision: 28962
This commit is contained in:
Sebastian Dransfeld 2007-03-23 17:31:01 +00:00
parent 3a2190033d
commit 8311e6db59
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ efreet_desktop_command_build(Efreet_Desktop_Command *command)
}
ecore_list_goto_first(execs);
while((exec = ecore_list_next(execs)))
while ((exec = ecore_list_next(execs)))
{
command->cb_command(command->data, command->desktop, exec, --num);
}