From 2903b1f122650f333853ed7fdb0a7b3f1796bd49 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Tue, 11 Dec 2012 20:48:31 +0000 Subject: [PATCH] ephysics: scan-build cleanup SVN revision: 80714 --- legacy/ephysics/src/bin/ephysics_sandbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ephysics/src/bin/ephysics_sandbox.c b/legacy/ephysics/src/bin/ephysics_sandbox.c index 7bb0db2a6a..a7c544a0e2 100644 --- a/legacy/ephysics/src/bin/ephysics_sandbox.c +++ b/legacy/ephysics/src/bin/ephysics_sandbox.c @@ -832,7 +832,7 @@ _menu_body_page_add(World_Data *wd, Body_Data *bd, const char *pg_label) evas_object_data_get(wd->nf, "world"), NULL, NULL, NULL, scbxbody, NULL); elm_naviframe_item_title_visible_set(it, EINA_FALSE); - it = elm_toolbar_item_append(wd->tb, NULL, pg_label, _promote, it); + elm_toolbar_item_append(wd->tb, NULL, pg_label, _promote, it); } static void @@ -869,7 +869,7 @@ _menu_world_page_add(World_Data *wd) it = elm_naviframe_item_push(wd->nf, NULL, NULL, NULL, scbx, NULL); evas_object_data_set(wd->nf, "world", it); elm_naviframe_item_title_visible_set(it, EINA_FALSE); - it = elm_toolbar_item_append(wd->tb, NULL, "World", _promote, it); + elm_toolbar_item_append(wd->tb, NULL, "World", _promote, it); } static void