]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/file_analysis.c
ccanlint: add simple check for comment referring to LICENSE file.
[ccan] / tools / ccanlint / file_analysis.c
index 7ce65479bde929cb3e036ff73514522a9f4cddad..c20211677d6b3db3063ca0947778232d1ca18718 100644 (file)
@@ -86,6 +86,7 @@ struct ccan_file *new_ccan_file(const void *ctx, const char *dir, char *name)
        f->fullname = talloc_asprintf(f, "%s/%s", dir, f->name);
        f->contents = NULL;
        f->cov_compiled = NULL;
+       f->simplified = NULL;
        return f;
 }