Fix while formatting.

SVN revision: 37209
This commit is contained in:
Sebastian Dransfeld 2008-10-27 07:34:45 +00:00
parent 293f241cb0
commit 950019a223
1 changed files with 1 additions and 1 deletions

View File

@ -1206,7 +1206,7 @@ _e_fm_task_node_get(int id)
Eina_List *l = _e_fm_tasks;
E_Fm_Task *task;
while(l)
while (l)
{
task = eina_list_data_get(l);
if (task->id == id)