summaryrefslogtreecommitdiff
path: root/gconf/gconf-changeset.c
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconf-changeset.c')
-rw-r--r--gconf/gconf-changeset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gconf-changeset.c b/gconf/gconf-changeset.c
index e27f1df7..56777bbc 100644
--- a/gconf/gconf-changeset.c
+++ b/gconf/gconf-changeset.c
@@ -80,7 +80,7 @@ gconf_change_set_new (void)
GConfChangeSet*
gconf_change_set_ref (GConfChangeSet* cs)
{
- g_return_if_fail(cs != NULL);
+ g_return_val_if_fail(cs != NULL, NULL);
cs->refcount += 1;