]> git.ozlabs.org Git - ccan/blobdiff - ccan/asearch/_info
asearch: fix example on 64 bit platforms.
[ccan] / ccan / asearch / _info
index 92d330b73ab58dc3616d275be584ef4a15a21c7b..f23f1fd705a620b48994273b6b2d71db9d9070db 100644 (file)
@@ -10,7 +10,7 @@
  *
  * This version uses macros to be typesafe on platforms which support it.
  *
- * Licence: LGPL
+ * License: LGPL
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
@@ -39,7 +39,7 @@
  *                     printf("Not found!\n");
  *                     return 1;
  *             }
- *             printf("%u\n", p - &argv[2]);
+ *             printf("%u\n", (int)(p - &argv[2]));
  *             return 0;
  *     }
  */