]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/check_build.c
ccanlint: compile and run tests.
[ccan] / tools / ccanlint / tests / check_build.c
index 03e3233c422c0b334677ade4ab3220cf845988dd..dcba0e49c334d9a847de2551428505421cc23551 100644 (file)
@@ -46,7 +46,7 @@ static char *lib_list(const struct manifest *m)
        char *ret = talloc_strdup(m, "");
 
        for (i = 0; i < num; i++)
        char *ret = talloc_strdup(m, "");
 
        for (i = 0; i < num; i++)
-               ret = talloc_asprintf_append(ret, "-l %s ", libs[i]);
+               ret = talloc_asprintf_append(ret, "-l%s ", libs[i]);
        return ret;
 }
 
        return ret;
 }