diff options
-rw-r--r-- | mate-panel/panel-background.c | 2 | ||||
-rw-r--r-- | mate-panel/panel-layout.c | 2 |
2 files changed, 2 insertions, 2 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; 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; |