]> git.ozlabs.org Git - ccan/blobdiff - ccan/grab_file/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / grab_file / _info
index 1f6e00d73067d7fb94fc1d0130b4ee3d67dd0499..2508a2eeabaa185c8b4eb5b9ad7a2eb31cd699e6 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * grab_file - file helper routines
@@ -48,10 +48,6 @@ int main(int argc, char *argv[])
                printf("ccan/noerr\n");
                return 0;
        }
-       if (strcmp(argv[1], "testdepends") == 0) {
-               printf("ccan/str_talloc\n");
-               return 0;
-       }
 
        return 1;
 }