Fix typo in Ecore_List2 to Eina_Inlist conversion

SVN revision: 41078
This commit is contained in:
Lars Munch 2009-06-17 13:14:02 +00:00
parent b4c12e8efe
commit 6b25cf2ad9
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ _ecore_evas_win32_idle_enter(void *data __UNUSED__)
{
t1 = ecore_time_get();
}
EINA_INLIST_FOREACH(ecore_evases, l)
EINA_INLIST_FOREACH(ecore_evases, ee)
_ecore_evas_win32_render(ee);
/* ecore_x_flush(); */