X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2F_info;h=ec9654c6369399a37ea1f74a8eca405e947b9ab4;hp=7ba90f79c45935575fb9592a6a2565e62614776d;hb=1c7178a0a9173ff99a581475d8a9089deadcccb2;hpb=fdf3c148052f30d10e8c72fbdbdaf67d4a51b11e diff --git a/ccan/tdb/_info b/ccan/tdb/_info index 7ba90f79..ec9654c6 100644 --- a/ccan/tdb/_info +++ b/ccan/tdb/_info @@ -73,7 +73,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { - printf("ccan/hash\n"); + printf("ccan/tally\n"); return 0; }