]> git.ozlabs.org Git - ccan/blobdiff - ccan/asort/_info
asort: Use order module definitions
[ccan] / ccan / asort / _info
index 57523cc9db929582be65ca2cf29dabc5318bc382..28e2faebecb3edfcc8e3eff487b99c59cc219401 100644 (file)
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
-               printf("ccan/typesafe_cb\n");
+               printf("ccan/order\n");
                return 0;
        }
        if (strcmp(argv[1], "testdepends") == 0) {