]> git.ozlabs.org Git - ccan/blobdiff - ccan/tlist/_info
tlist: Place tlists last in structures
[ccan] / ccan / tlist / _info
index e6b16ef0ae2c97f4ac3a8289c05112f5d8ae900f..4c3394c977b5459eec1f7a3ec826cf8142f1728e 100644 (file)
@@ -22,8 +22,8 @@
  *     };
  *     struct parent {
  *             const char *name;
- *             struct tlist_children children;
  *             unsigned int num_children;
+ *             struct tlist_children children;
  *     };
  *
  *     struct child {