X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fmem%2F_info;h=b95a5754c5f42f01c427ba1de7c7c65125fb4ef8;hb=870b63169c782ef0cc52687397e5b9a7125a61b0;hp=19b22287fcc713694cbad4a658b367eb66f01623;hpb=992931f06cf25d24fe74b4c617753aef2de70426;p=ccan diff --git a/ccan/mem/_info b/ccan/mem/_info index 19b22287..b95a5754 100644 --- a/ccan/mem/_info +++ b/ccan/mem/_info @@ -18,11 +18,11 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/compiler"); return 0; } if (strcmp(argv[1], "testdepends") == 0) { - printf("ccan/array_size"); return 0; }