discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8956de3359f13ca5c57a02ab0c8f8ae0a0e69b51

commit 8956de3359f13ca5c57a02ab0c8f8ae0a0e69b51
Author: Mike Blumenkrantz <m.blumenk...@samsung.com>
Date:   Mon Oct 7 04:16:24 2013 +0100

    cosmetic variable declaration movement
---
 src/modules/gadman/e_mod_gadman.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/modules/gadman/e_mod_gadman.c 
b/src/modules/gadman/e_mod_gadman.c
index c1c4e07..add0eef 100644
--- a/src/modules/gadman/e_mod_gadman.c
+++ b/src/modules/gadman/e_mod_gadman.c
@@ -1627,9 +1627,8 @@ static Eina_Bool
 _e_gadman_cb_zone_change(void *data __UNUSED__, int type, void *event)
 {
    E_Gadcon *gc;
-   Eina_List *l;
+   Eina_List *l, *ll;
    E_Event_Zone_Move_Resize *ev = event;
-   Eina_List *ll;
    const char *layer_name[] = {"gadman", "gadman_top"};
    int layer;
    E_Gadcon_Client *gcc;

-- 


Reply via email to