X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstrmap%2F_info;h=55319a82db53009bd3ab0b6cdd5830bd73cfd4d7;hp=33176b304e8522b9fb5534f773db322b904addf7;hb=b87f63cb8228c8fcbf760defdcf9e4c332da7667;hpb=291237b4fed863be74051274ac5ad9920cb33cc3 diff --git a/ccan/strmap/_info b/ccan/strmap/_info index 33176b30..55319a82 100644 --- a/ccan/strmap/_info +++ b/ccan/strmap/_info @@ -40,9 +40,9 @@ * printf("\n"); * return 0; * } - * // Given 'foo' outputs 'foo at 1. ' - * // Given 'foo bar' outputs 'bar at 2. foo at 1. ' - * // Given 'foo foo bar zebra' outputs 'bar at 3. foo at 1. zebra at 4. ' + * // Given "foo" outputs "foo at 1. \n" + * // Given "foo bar" outputs "bar at 2. foo at 1. \n" + * // Given "foo foo bar zebra" outputs "bar at 3. foo at 1. zebra at 4. \n" */ int main(int argc, char *argv[]) {