]> git.ozlabs.org Git - ccan/blobdiff - talloc/_info.c
Fix !HAVE_TYPEOF case by using new typesafe_cb.
[ccan] / talloc / _info.c
index 2f067a42a8299582a9020b22b62dca229fb572f8..18da417faea4e484af5fb1d72b36b257884559b0 100644 (file)
@@ -94,8 +94,10 @@ int main(int argc, char *argv[])
        if (argc != 2)
                return 1;
 
-       if (strcmp(argv[1], "depends") == 0)
+       if (strcmp(argv[1], "depends") == 0) {
+               printf("typesafe_cb\n");
                return 0;
+       }
 
        return 1;
 }