diff options
author | rbuj <[email protected]> | 2020-02-06 14:30:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-10 21:13:18 +0100 |
commit | 7419ff0f54fe9f1489bbc491ea78195bffe1cb76 (patch) | |
tree | 6446256752906b33ffe97b44ea6c985336ac0e04 /shell | |
parent | 9a8199449b9500aff28b5da4a5ac4988e49c2b92 (diff) | |
download | mate-control-center-7419ff0f54fe9f1489bbc491ea78195bffe1cb76.tar.bz2 mate-control-center-7419ff0f54fe9f1489bbc491ea78195bffe1cb76.tar.xz |
remove warnings: function declaration isn’t a prototype
Diffstat (limited to 'shell')
-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" |