From 0847a884464146b961b4f1efa52e934c2cebbc90 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 6 Feb 2020 05:13:15 +0100 Subject: =?UTF-8?q?mate-bg:=20remove=20warning=20function=20declaration=20?= =?UTF-8?q?isn=E2=80=99t=20a=20prototype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmate-desktop/mate-bg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmate-desktop/mate-bg.c') 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); } -- cgit v1.2.1