diff options
author | Stefano Karapetsas <[email protected]> | 2014-04-21 13:39:48 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-05 21:15:31 +0200 |
commit | 96faea628f6b6e7d44b8b8a6d16a7837d4743c0e (patch) | |
tree | 0c6054ef4dbb6558e3999cb5d09a97441bb244d0 /libmate-desktop/mate-dconf.c | |
parent | ff1ebe30c989cea51c2c33183e2a652394ce6a9c (diff) | |
download | mate-desktop-96faea628f6b6e7d44b8b8a6d16a7837d4743c0e.tar.bz2 mate-desktop-96faea628f6b6e7d44b8b8a6d16a7837d4743c0e.tar.xz |
mate-dconf: Add void where needed
Diffstat (limited to 'libmate-desktop/mate-dconf.c')
-rw-r--r-- | libmate-desktop/mate-dconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-desktop/mate-dconf.c b/libmate-desktop/mate-dconf.c index a412df7..3820162 100644 --- a/libmate-desktop/mate-dconf.c +++ b/libmate-desktop/mate-dconf.c @@ -151,7 +151,7 @@ mate_dconf_list_subdirs (const gchar *dir, * * Since: 1.7.1 */ -void mate_dconf_sync () +void mate_dconf_sync (void) { #ifdef HAVE_DCONF_0_13 DConfClient *client = mate_dconf_client_get (); |