summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-05-20 16:20:41 +0100
committerTom Hacohen <tom@stosb.com>2016-05-20 16:24:06 +0100
commitb7ef3bcf0de54028ad142641f5a36c0abaacf96d (patch)
treeb3289adc92aeef85af398312cd24f0dc4e733c9d
parent6cd9605029742d6f42d050edcfd2bf9289e82008 (diff)
downloadefl-b7ef3bcf0de54028ad142641f5a36c0abaacf96d.tar.gz
Edje cc: Rename shadowing variables.
-rw-r--r--src/bin/edje/edje_cc_out.c4
1 files 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)
{