X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftcon%2F_info;h=f6a6f0f9e28b2306db1116b8bdefbfc588787809;hp=c07e41ed00f0bff432ab35e7e07c05efdc227982;hb=b87f63cb8228c8fcbf760defdcf9e4c332da7667;hpb=c3e9a05832ec5362bf108a7f1487aa4dcff96f99 diff --git a/ccan/tcon/_info b/ccan/tcon/_info index c07e41ed..f6a6f0f9 100644 --- a/ccan/tcon/_info +++ b/ccan/tcon/_info @@ -54,8 +54,8 @@ * container_get(&sc), *container_get(&ic) - 1); * return 0; * } - * // Given "foo" outputs "Last arg is foo of 1 arguments" - * // Given "foo bar" outputs "Last arg is bar of 2 arguments" + * // Given "foo" outputs "Last arg is foo of 1 arguments\n" + * // Given "foo bar" outputs "Last arg is bar of 2 arguments\n" * * License: CC0 (Public domain) *