From 7419ff0f54fe9f1489bbc491ea78195bffe1cb76 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 6 Feb 2020 14:30:07 +0100 Subject: =?UTF-8?q?remove=20warnings:=20function=20declaration=20isn?= =?UTF-8?q?=E2=80=99t=20a=20prototype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/control-center.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/control-center.c') diff --git a/shell/control-center.c b/shell/control-center.c index 20d2012b..5cf0795e 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -26,7 +26,7 @@ #include void handle_static_action_clicked(Tile* tile, TileEvent* event, gpointer data); -static GSList* get_actions_list(); +static GSList* get_actions_list(void); #define CONTROL_CENTER_SCHEMA "org.mate.control-center" #define CONTROL_CENTER_ACTIONS_LIST_KEY "cc-actions-list" -- cgit v1.2.1