X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fjmap%2F_info;h=cad473bfd46bc4eecc3cc891c314a8f6eb77aefe;hp=03aa4ca8fd471227882477aa793fa57eee880bbc;hb=8fc7a90a8db345c4276419d11f8731afc63f65f5;hpb=2965496c70c345ea83e14d4b25e8687f7c682531 diff --git a/ccan/jmap/_info b/ccan/jmap/_info index 03aa4ca8..cad473bf 100644 --- a/ccan/jmap/_info +++ b/ccan/jmap/_info @@ -55,7 +55,7 @@ * jmap_opt_add(opt, argv[i], d); * } * - * printf("Found %u options:\n", jmap_opt_count(opt)); + * printf("Found %lu options:\n", jmap_opt_count(opt)); * for (i = jmap_arg_first(arg,-1); i!=-1; i = jmap_arg_next(arg,i,-1)) { * char *a = jmap_arg_get(arg, i); * d = jmap_opt_get(opt, a); @@ -73,7 +73,7 @@ * return 0; * } * - * License: LGPL (2 or any later version) + * License: LGPL (v2.1 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[])