From 82754a341901f433b4dcb03267b1241db9f4b6f8 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 1 Feb 2021 11:19:12 +0000 Subject: [PATCH] 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");