X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftypesafe_cb%2F_info;h=7417febe601e7bc3d1f7b1cb2ddb32ff14625103;hp=1543539ffeff4a2658aca1b8df3e4cf088073e5b;hb=59d2b90f59df57007c97cd8f8dc3db9e24781e06;hpb=b1c867121f379d76dc7fb7d99bae77e2b7d99841 diff --git a/ccan/typesafe_cb/_info b/ccan/typesafe_cb/_info index 1543539f..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,8 @@ * 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[]) {