summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-06 05:13:15 +0100
committerlukefromdc <[email protected]>2020-03-03 19:50:44 +0000
commit0847a884464146b961b4f1efa52e934c2cebbc90 (patch)
treef8b7f75d81eab3a11e0959621fdc0de04903d5cb
parent952faddbde2bff65fefd57dbffd2242977fa1841 (diff)
downloadmate-desktop-0847a884464146b961b4f1efa52e934c2cebbc90.tar.bz2
mate-desktop-0847a884464146b961b4f1efa52e934c2cebbc90.tar.xz
mate-bg: remove warning function declaration isn’t a prototype
-rw-r--r--libmate-desktop/mate-bg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-desktop/mate-bg.c b/libmate-desktop/mate-bg.c
index 803fa02..2bc7f66 100644
--- a/libmate-desktop/mate-bg.c
+++ b/libmate-desktop/mate-bg.c
@@ -615,7 +615,7 @@ mate_bg_get_filename (MateBG *bg)
}
static inline gchar *
-get_wallpaper_cache_dir ()
+get_wallpaper_cache_dir (void)
{
return g_build_filename (g_get_user_cache_dir(), MATE_BG_CACHE_DIR, NULL);
}