fix function declaration

Test Plan: compilation

Reviewers: raster, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D12233
This commit is contained in:
Vincent Torri 2021-02-01 11:19:12 +00:00 committed by Carsten Haitzler (Rasterman)
parent 5712432988
commit 82754a3419
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ config_data_set(int argc, char **argv, Eina_Bool *default_edc,
}
static void
elm_setup()
elm_setup(void)
{
elm_need_efreet();
elm_config_profile_set("standard");