X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fjmap%2F_info;h=ed1947fd32cc6bd40bae836240e1c0ce93d1060c;hp=966a51a40200f5db67003659f76c1c0668ea5c19;hb=b87f63cb8228c8fcbf760defdcf9e4c332da7667;hpb=c6e453df2c9c82cc64f5477cb9824845225be598 diff --git a/ccan/jmap/_info b/ccan/jmap/_info index 966a51a4..ed1947fd 100644 --- a/ccan/jmap/_info +++ b/ccan/jmap/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * jmap - map from indices to values (based on libJudy) @@ -80,9 +80,9 @@ * jmap_free(arg); * return 0; * } - * // Given "--help" output contains "Arg 1 ('--help') is a long opt of 4 chars" - * // Given "-h" output contains "Arg 1 ('-h') is a short opt of 1 chars" - * // Given "foo" output contains "Arg 1 ('foo') is a normal arg of 3 chars" + * // Given "--help" output contains "Arg 1 ('--help') is a long opt of 4 chars\n" + * // Given "-h" output contains "Arg 1 ('-h') is a short opt of 1 chars\n" + * // Given "foo" output contains "Arg 1 ('foo') is a normal arg of 3 chars\n" * * License: LGPL (v2.1 or any later version) * Author: Rusty Russell