summaryrefslogtreecommitdiff
path: root/mate-panel/panel-background.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-06 16:54:49 +0100
committerlukefromdc <[email protected]>2020-02-17 06:24:40 +0000
commitd8da4cf285fd43e24793e7a58876020ac7dbe12f (patch)
treeac1c3484a4a3e7deb2cce62067dd14f008069a72 /mate-panel/panel-background.c
parent308cbebae0328bc64d2bc54836ee187f25d88f0a (diff)
downloadmate-panel-d8da4cf285fd43e24793e7a58876020ac7dbe12f.tar.bz2
mate-panel-d8da4cf285fd43e24793e7a58876020ac7dbe12f.tar.xz
Remove warnings: function declaration isn’t a prototype
Diffstat (limited to 'mate-panel/panel-background.c')
-rw-r--r--mate-panel/panel-background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-background.c b/mate-panel/panel-background.c
index c9bf65fd..89ffc592 100644
--- a/mate-panel/panel-background.c
+++ b/mate-panel/panel-background.c
@@ -74,7 +74,7 @@ void panel_background_apply_css (PanelBackground *background, GtkWidget *widget)
}
static void
-panel_background_prepare_css ()
+panel_background_prepare_css (void)
{
GtkCssProvider *provider;