]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_main_header.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / compulsory_tests / has_main_header.c
index 071c7157ba54b29fa7c822f0d5a31ab5fc8e048f..b404aef80d1d40b94346ee5b018a06823838fbde 100644 (file)
@@ -35,6 +35,7 @@ static const char *describe_has_main_header(struct manifest *m,
 }
 
 struct ccanlint has_main_header = {
+       .key = "has-main-header",
        .name = "No main header file",
        .check = check_has_main_header,
        .describe = describe_has_main_header,