X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fjmap%2F_info;h=b7347f738858891bb751c30f8a4c6d2e21eb90a8;hb=edd3043fe38a77b455e1d617aa8901d02ede629f;hp=03aa4ca8fd471227882477aa793fa57eee880bbc;hpb=4116b284c098f6c67f62d8292e93d8f73d833e9d;p=ccan diff --git a/ccan/jmap/_info b/ccan/jmap/_info index 03aa4ca8..b7347f73 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);