diff options
author | rbuj <[email protected]> | 2020-02-06 05:13:15 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2020-03-03 19:50:44 +0000 |
commit | 0847a884464146b961b4f1efa52e934c2cebbc90 (patch) | |
tree | f8b7f75d81eab3a11e0959621fdc0de04903d5cb /libmate-desktop/mate-bg.c | |
parent | 952faddbde2bff65fefd57dbffd2242977fa1841 (diff) | |
download | mate-desktop-0847a884464146b961b4f1efa52e934c2cebbc90.tar.bz2 mate-desktop-0847a884464146b961b4f1efa52e934c2cebbc90.tar.xz |
mate-bg: remove warning function declaration isn’t a prototype
Diffstat (limited to 'libmate-desktop/mate-bg.c')
-rw-r--r-- | libmate-desktop/mate-bg.c | 2 |
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); } |