elementary: Remove extra \n in printf

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 65681
This commit is contained in:
Mike McCormack 2011-11-29 09:24:31 +00:00 committed by Mike McCormack
parent 10e1220af7
commit 6ac6d1e6f0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ _item_added_cb(void *data __UNUSED__,
void *event_info)
{
Elm_Multibuttonentry_Item *item = (Elm_Multibuttonentry_Item *)event_info;
printf("\n added item = %s\n", elm_multibuttonentry_item_label_get(item));
printf("added item = %s\n", elm_multibuttonentry_item_label_get(item));
}
// "item,deleted" smart callback