X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fptrint%2F_info;h=30170da92bf2f23b888e4e74b1aaf25d4d4dfdf0;hb=d9e93014a999102aa1cc9979e041cd58e6aca724;hp=8135d1ee8ee4a90cbb94189f6f0f2fafc2dd9bcf;hpb=53079b9c300f1bdf1cd5695a13f3ccbe2de86ee9;p=ccan diff --git a/ccan/ptrint/_info b/ccan/ptrint/_info index 8135d1ee..30170da9 100644 --- a/ccan/ptrint/_info +++ b/ccan/ptrint/_info @@ -29,7 +29,7 @@ * * void (*cb)(void *opaque) = callback; * - * int main(int argc, char *argv[]) + * int main(void) * { * int val = 17; * @@ -48,6 +48,7 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/build_assert\n"); + printf("ccan/compiler\n"); return 0; } if (strcmp(argv[1], "testdepends") == 0) {