aboutsummaryrefslogtreecommitdiffstats
path: root/update.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-07-23 20:12:18 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-07-23 20:12:18 +0000
commit87ee5c1a52a905c1592411b01680a94caa1f78e2 (patch)
tree049c12438c1223876229f0292d09303a1c856a6f /update.c
parent3b509e89ae6d26d942026140871e60d517bfd7fc (diff)
use the right return type of update_pref(), to prevent a warning
svn path=/trunk/; revision=22388
Diffstat (limited to 'update.c')
-rw-r--r--update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.c b/update.c
index 7e1b542e4a..4296d4c353 100644
--- a/update.c
+++ b/update.c
@@ -159,7 +159,7 @@ update_pref_check(gchar *pref_name, gchar *value, char *check_prefix, char *chec
}
/* a new key value pair from the update file */
-static int
+static prefs_set_pref_e
update_pref(gchar *pref_name, gchar *value, void *private_data)
{
update_info_t *update_info = private_data;