'return' not needed here

Patch by Andreas Nilsson

SVN revision: 44064
This commit is contained in:
Vincent Torri 2009-11-30 19:10:35 +00:00
parent 13807df5a3
commit f6b0251f3a
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ static void _e_maximize_border_rects_fill_vert(E_Border *bd, Eina_List *rects, i
EAPI void
e_maximize_border_shelf_fit(E_Border *bd, int *x1, int *y1, int *x2, int *y2, E_Maximize dir)
{
return e_maximize_border_shelf_fill(bd, x1, y1, x2, y2, dir);
e_maximize_border_shelf_fill(bd, x1, y1, x2, y2, dir);
}
EAPI void

View File

@ -532,7 +532,7 @@ e_widget_fsel_path_get(Evas_Object *obj, const char **dev, const char **path)
if (!obj) return;
wd = e_widget_data_get(obj);
return e_fm2_path_get(wd->o_files_fm, dev, path);
e_fm2_path_get(wd->o_files_fm, dev, path);
}
EAPI const char *