aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-utils.c-56826
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-xml-utils.c-56826')
-rw-r--r--e-util/e-xml-utils.c-568262
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-xml-utils.c-56826 b/e-util/e-xml-utils.c-56826
index bfa2b1cb4c..f0182d5167 100644
--- a/e-util/e-xml-utils.c-56826
+++ b/e-util/e-xml-utils.c-56826
@@ -59,7 +59,7 @@ e_xml_set_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name, int value)
xmlChar *valuestr;
g_return_if_fail (parent != NULL);
- g_return_val_if_fail (prop_name != NULL, 0);
+ g_return_if_fail (prop_name != NULL);
valuestr = g_strdup_printf("%d", value);
xmlSetProp(parent, prop_name, valuestr);