]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/tal.c
ccan: make tal_dump() format more regular.
[ccan] / ccan / tal / tal.c
index fec47ac5c0f5d2eebd457a9af1a56944378f0f60..05d52e1dbe5cab4409461c42b2c26ed57b009987 100644 (file)
@@ -837,7 +837,7 @@ static void dump_node(unsigned int indent, const struct tal_hdr *t)
                switch (p->type) {
                case CHILDREN:
                        c = (struct children *)p;
-                       fprintf(stderr, " CHILDREN(%p):parent=%p,children={%p,%p}\n",
+                       fprintf(stderr, " CHILDREN(%p):parent=%p,children={%p,%p}",
                               p, c->parent,
                               c->children.n.prev, c->children.n.next);
                        break;