eo: Fix shadow variable warning

This commit is contained in:
Jean-Philippe Andre 2017-02-15 16:23:44 +09:00
parent b66dd0635f
commit 8947caf120
1 changed files with 1 additions and 1 deletions

View File

@ -2879,8 +2879,8 @@ _eo_log_obj_shutdown(void)
for (; itr < itr_end; itr++)
{
const Eo_Log_Obj_Entry *entry = *itr;
void * const *cur;
entry = *itr;
if (entry->is_free) continue;
for (cur = itr + 1; cur < itr_end; cur++)
{