X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Ftal.c;h=05d52e1dbe5cab4409461c42b2c26ed57b009987;hb=ca7c5a9e04f3ef526cb2a10ad63105af025aa49c;hp=fec47ac5c0f5d2eebd457a9af1a56944378f0f60;hpb=cc888f28fd025c9073a7b34662d409cf5be0a6d9;p=ccan diff --git a/ccan/tal/tal.c b/ccan/tal/tal.c index fec47ac5..05d52e1d 100644 --- a/ccan/tal/tal.c +++ b/ccan/tal/tal.c @@ -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;