raster pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=82754a341901f433b4dcb03267b1241db9f4b6f8
commit 82754a341901f433b4dcb03267b1241db9f4b6f8 Author: Vincent Torri <vincent.to...@gmail.com> Date: Mon Feb 1 11:19:12 2021 +0000 fix function declaration Test Plan: compilation Reviewers: raster, Hermet Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D12233 --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index cf167b6..4980b99 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -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"); --