[Xfce4-commits] r26833 - xfconf/trunk/xfconf-query

Stephan Arts stephan at xfce.org
Sun Apr 13 22:46:32 CEST 2008


Author: stephan
Date: 2008-04-13 20:46:32 +0000 (Sun, 13 Apr 2008)
New Revision: 26833

Modified:
   xfconf/trunk/xfconf-query/main.c
Log:
Fix build with --enable-debug=full


Modified: xfconf/trunk/xfconf-query/main.c
===================================================================
--- xfconf/trunk/xfconf-query/main.c	2008-04-13 20:44:13 UTC (rev 26832)
+++ xfconf/trunk/xfconf-query/main.c	2008-04-13 20:46:32 UTC (rev 26833)
@@ -48,7 +48,7 @@
 static gchar *property_name = NULL;
 static gchar **set_value = NULL;
 
-static
+static void
 xfconf_query_get_propname_size (gpointer key, gpointer value, gpointer user_data)
 {
     gint *size = user_data;
@@ -59,7 +59,7 @@
 
 }
 
-static
+static void
 xfconf_query_list_contents (gpointer key, gpointer value, gpointer user_data)
 {
     gint i;



More information about the Xfce4-commits mailing list