X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftal%2Ftal.h;fp=ccan%2Ftal%2Ftal.h;h=713db118819c4d7ce128bab723d62f924566ca8c;hp=bdaa3f67381ee2e93a1fb87c7a3746fe6fa69ac9;hb=f94261729ff13eb4e1f3341167c0e54afaa6a73a;hpb=9a5d0387e388594616ce216ce07de39c205d547c diff --git a/ccan/tal/tal.h b/ccan/tal/tal.h index bdaa3f67..713db118 100644 --- a/ccan/tal/tal.h +++ b/ccan/tal/tal.h @@ -285,7 +285,7 @@ tal_t *tal_first(const tal_t *root); * Returns NULL if there are no more immediate children. This should be safe to * call on an altering tree unless @prev is no longer valid. */ -tal_t *tal_next(const const tal_t *prev); +tal_t *tal_next(const tal_t *prev); /** * tal_parent - get the parent of a tal object.