From d8da4cf285fd43e24793e7a58876020ac7dbe12f Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 6 Feb 2020 16:54:49 +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 --- mate-panel/panel-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-layout.c') diff --git a/mate-panel/panel-layout.c b/mate-panel/panel-layout.c index fba28f69..56ad2127 100644 --- a/mate-panel/panel-layout.c +++ b/mate-panel/panel-layout.c @@ -94,7 +94,7 @@ static PanelLayoutKeyDefinition panel_layout_object_keys[] = { * distributions */ static gchar * -panel_layout_filename () +panel_layout_filename (void) { GSettings *settings; gchar *layout; -- cgit v1.2.1