From b7ef3bcf0de54028ad142641f5a36c0abaacf96d Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 20 May 2016 16:20:41 +0100 Subject: [PATCH] Edje cc: Rename shadowing variables. --- src/bin/edje/edje_cc_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index 17fc0240e0..e5b1f9e3f0 100644 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c @@ -2949,12 +2949,12 @@ copied_program_anonymous_lookup_delete(Edje_Part_Collection *pc, int *dest) Code *cd; Code_Program *cp; Edje_Part_Collection_Directory_Entry *de; - Eina_List *l, *ll; + Eina_List *l2, *ll2; de = eina_hash_find(edje_file->collection, pl->pc->part); cd = eina_list_nth(codes, de->id); - EINA_LIST_FOREACH_SAFE(cd->programs, l, ll, cp) + EINA_LIST_FOREACH_SAFE(cd->programs, l2, ll2, cp) { if (pl->dest == &cp->id) {