X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Flist%2F_info;h=c4f3e2a0acf21b32097cf5b3a9194361831d0a4b;hb=5c1767485d0879cdacdfeed218f5e91cc2e9f716;hp=60790a9903f084eb0492436a95dd097eefe67416;hpb=291237b4fed863be74051274ac5ad9920cb33cc3;p=ccan diff --git a/ccan/list/_info b/ccan/list/_info index 60790a99..c4f3e2a0 100644 --- a/ccan/list/_info +++ b/ccan/list/_info @@ -31,7 +31,7 @@ * { * struct parent p; * struct child *c; - * unsigned int i; + * int i; * * if (argc < 2) * errx(1, "Usage: %s parent children...", argv[0]);