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/common/mate-theme-info.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/common/mate-theme-info.c')
-rw-r--r-- | capplets/common/mate-theme-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/common/mate-theme-info.c b/capplets/common/mate-theme-info.c index e201492e..266bab51 100644 --- a/capplets/common/mate-theme-info.c +++ b/capplets/common/mate-theme-info.c @@ -484,7 +484,7 @@ read_icon_theme (GFile *icon_theme_uri) } static void -add_default_cursor_theme () +add_default_cursor_theme (void) { MateThemeCursorInfo *theme_info; |