From 305074064a67c621d54f1e431e26da1feace8b39 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 21 Apr 2014 13:39:48 +0200 Subject: mate-dconf: Add void where needed --- libmate-desktop/mate-dconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmate-desktop/mate-dconf.c') 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 (); -- cgit v1.2.1