Enable proper compiling with no -O2.

SVN revision: 45947
This commit is contained in:
Gustavo Lima Chaves 2010-02-06 20:54:58 +00:00
parent 2d846f27ed
commit ef3674c073
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ _networks_fill_details(E_Config_Dialog_Data *cfdata, Evas_Object *list, int sel)
evas_object_show(ui->table_general);
}
inline void
static inline void
_networks_disable_buttons(E_Config_Dialog_Data *cfdata, Evas_Object *list, int sel)
{
Evas_Object *o_up = cfdata->networks.o_up;