summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-08-13 11:58:47 +0100
committerRichard Hughes <richard@hughsie.com>2015-08-13 11:59:59 +0100
commit95333e7386f9f96f90ec9b15559960b8be3e73cd (patch)
tree83f671f53096e0764996f4874ac580ce402674b4 /libappstream-glib/as-node.c
parent082513de52eb549356acdd7cd2d58da195174b0a (diff)
downloadappstream-glib-95333e7386f9f96f90ec9b15559960b8be3e73cd.tar.gz
trivial: Fix a build error when running under ninja
Diffstat (limited to 'libappstream-glib/as-node.c')
-rw-r--r--libappstream-glib/as-node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-node.c b/libappstream-glib/as-node.c
index 098eed8..284341d 100644
--- a/libappstream-glib/as-node.c
+++ b/libappstream-glib/as-node.c
@@ -1078,7 +1078,7 @@ as_node_set_data (GNode *node,
void
as_node_set_comment (GNode *node, const gchar *comment)
{
- return as_node_add_attribute (node, "@comment", comment);
+ as_node_add_attribute (node, "@comment", comment);
}
/**