]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/_info
opt: fix junk after string in opt_show_charp.
[ccan] / ccan / opt / _info
index c45b7f28b7653949172ff88211587f91586ebc27..0e0e0a538bac42ca4efa175e31c911d2c41c6b1a 100644 (file)
@@ -49,7 +49,7 @@
  *     return 0;
  * }
  *
- * Licence: GPL (3 or any later version)
+ * License: GPL (3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 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;
        }