X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fopt%2F_info;h=0e0e0a538bac42ca4efa175e31c911d2c41c6b1a;hp=c45b7f28b7653949172ff88211587f91586ebc27;hb=b61b4b2f2c257b6e776772794969ee8526e132a8;hpb=3e8aea05784959a63cdb609d248f8266b03b56a6 diff --git a/ccan/opt/_info b/ccan/opt/_info index c45b7f28..0e0e0a53 100644 --- a/ccan/opt/_info +++ b/ccan/opt/_info @@ -49,7 +49,7 @@ * return 0; * } * - * Licence: GPL (3 or any later version) + * License: GPL (3 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[]) @@ -58,6 +58,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/typesafe_cb\n"); return 0; }