]> git.ozlabs.org Git - ccan/blobdiff - ccan/jmap/_info
jmap: just use unsigned long, not size_t
[ccan] / ccan / jmap / _info
index 03aa4ca8fd471227882477aa793fa57eee880bbc..b7347f738858891bb751c30f8a4c6d2e21eb90a8 100644 (file)
@@ -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);