X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftypesafe_cb%2F_info;h=7417febe601e7bc3d1f7b1cb2ddb32ff14625103;hp=2d8f68483a5b333ac086fa6d87a42e4debe0c57c;hb=8301696801143ef07b2ede7da6d614e8d9992a1e;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e diff --git a/ccan/typesafe_cb/_info b/ccan/typesafe_cb/_info index 2d8f6848..7417febe 100644 --- a/ccan/typesafe_cb/_info +++ b/ccan/typesafe_cb/_info @@ -87,7 +87,7 @@ * * // Define several silly callbacks. Note they don't use void *! * #define DEF_CALLBACK(name, op) \ - * static int name(int val, const int *arg)\ + * static int name(int val, int *arg) \ * { \ * printf("%s", #op); \ * return val op *arg; \ @@ -133,7 +133,7 @@ * return 0; * } * - * Licence: LGPL (2 or any later version) + * License: LGPL (2 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[])