X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftypesafe_cb%2F_info;h=7417febe601e7bc3d1f7b1cb2ddb32ff14625103;hb=8afb9681b3be7149cf8913a5aefe915194fd20f7;hp=2d8f68483a5b333ac086fa6d87a42e4debe0c57c;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e;p=ccan 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[])