diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2014-08-22 00:48:19 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2014-08-22 18:29:02 +0200 |
commit | 3ef31223f6bbe9565ba41a857eee7926f931eaa5 (patch) | |
tree | b1350d117930a82af7d93a6398e2ed968511e507 /src/bin/widgets_list_2_grouped.c | |
parent | 281bbd90fdb3942922e931bcd7f364e9204a1488 (diff) |
cleanup, remove warning, useless if and tab .
Diffstat (limited to 'src/bin/widgets_list_2_grouped.c')
-rw-r--r-- | src/bin/widgets_list_2_grouped.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/bin/widgets_list_2_grouped.c b/src/bin/widgets_list_2_grouped.c index 6205a02..6148364 100644 --- a/src/bin/widgets_list_2_grouped.c +++ b/src/bin/widgets_list_2_grouped.c | |||
@@ -92,8 +92,11 @@ static void _setup(void) | |||
92 | static void _cleanup(void) | 92 | static void _cleanup(void) |
93 | { | 93 | { |
94 | int i; | 94 | int i; |
95 | for (i = 0; i < NUM; i++) eo_del(o_images[i]); | 95 | for (i = 0; i < NUM; i++) |
96 | for (i = 0; i < NUM; i++) eo_del(o_texts[i]); | 96 | { |
97 | eo_del(o_images[i]); | ||
98 | eo_del(o_texts[i]); | ||
99 | } | ||
97 | } | 100 | } |
98 | 101 | ||
99 | /* loop - do things */ | 102 | /* loop - do things */ |