diff options
Diffstat (limited to 'shell/control-center.c')
-rw-r--r-- | shell/control-center.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <libslab/slab.h> 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" |