summaryrefslogtreecommitdiff
path: root/gconf
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-01-23 04:37:53 +0000
committerVincent Untz <vuntz@src.gnome.org>2009-01-23 04:37:53 +0000
commitbf912568214dbde4449f1a54670ee6b8ff28f47f (patch)
treeefd68c19e64d53d8ad364bb82bd5cdbcd5c1ec95 /gconf
parentb87227c0ea5a1f8eb06c048fff033e442b565e9b (diff)
downloadgconf-bf912568214dbde4449f1a54670ee6b8ff28f47f.tar.gz
return value at the end of the function. Patch by Magnus Boman
2009-01-23 Vincent Untz <vuntz@gnome.org> * gconf/gconftool.c: (do_toggle): return value at the end of the function. Patch by Magnus Boman <captain.magnus@gmail.com>. Fix bug #567334 svn path=/trunk/; revision=2739
Diffstat (limited to 'gconf')
-rw-r--r--gconf/gconftool.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gconf/gconftool.c b/gconf/gconftool.c
index 730025f5..21f73e7a 100644
--- a/gconf/gconftool.c
+++ b/gconf/gconftool.c
@@ -2202,6 +2202,8 @@ do_toggle(GConfEngine* conf, const gchar** args)
++args;
}
+
+ return 0;
}
static int