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 /capplets/appearance/appearance-support.c | |
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 'capplets/appearance/appearance-support.c')
-rw-r--r-- | capplets/appearance/appearance-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/appearance/appearance-support.c b/capplets/appearance/appearance-support.c index 4f46ed97..7ea705e3 100644 --- a/capplets/appearance/appearance-support.c +++ b/capplets/appearance/appearance-support.c @@ -40,7 +40,7 @@ is_program_in_path (const char *program) } static gboolean -metacity_is_running() +metacity_is_running(void) { gboolean is_running = FALSE; gchar *current_wm = NULL; |