X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_main_header.c;h=338f7af789fece9a2b99f222002d0d777908288e;hp=bce6ef485a2b448778e0aefd69742e426ce243b7;hb=f9423c171395571f9880286190d9cf63da147668;hpb=7a163ea2dcafc056fdafc8c71ef011e2bfdbeb65 diff --git a/tools/ccanlint/compulsory_tests/has_main_header.c b/tools/ccanlint/compulsory_tests/has_main_header.c index bce6ef48..338f7af7 100644 --- a/tools/ccanlint/compulsory_tests/has_main_header.c +++ b/tools/ccanlint/compulsory_tests/has_main_header.c @@ -34,7 +34,7 @@ static void check_has_main_header(struct manifest *m, } struct ccanlint has_main_header = { - .key = "has-main-header", + .key = "main_header_exists", .name = "Module has main header file", .check = check_has_main_header, };