Ephoto: Remove trailing /

This commit is contained in:
Stephen 'Okra' Houston 2017-05-01 22:30:20 -05:00
parent dc89de84e9
commit d8e2df3092
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ _trash_back(void *data, Evas_Object *obj EINA_UNUSED,
elm_box_clear(db->leftbox);
db->fsel = db->fsel_back;
elm_box_pack_end(db->leftbox, db->fsel);\
elm_box_pack_end(db->leftbox, db->fsel);
evas_object_show(db->fsel);
db->fsel_back = NULL;