X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fhas_info_documentation.c;h=ee89df9fc12398473ae24c059fd6724d0159205f;hp=6ecbf84247acf4a21bbe7e05f38fb84a325c8770;hb=ad3f309e3c13d6b88864aab146895c9df9bc6e5b;hpb=8566131a68d4e0e5e10a5179bd50e18106ac646d diff --git a/tools/ccanlint/tests/has_info_documentation.c b/tools/ccanlint/tests/has_info_documentation.c index 6ecbf842..ee89df9f 100644 --- a/tools/ccanlint/tests/has_info_documentation.c +++ b/tools/ccanlint/tests/has_info_documentation.c @@ -82,12 +82,12 @@ static void check_has_info_documentation(struct manifest *m, "CCAN modules use /**-style comments for documentation: the\n" "overall documentation belongs in the _info metafile.\n"; has_info_documentation.handle = create_info_template_doc; - } - else if (!description) + } else if (!description) { score->error = "_info file has no module description.\n\n" "The lines after the first summary line in the _info file\n" "documentation should describe the purpose and use of the\n" "overall package\n"; + } } struct ccanlint has_info_documentation = {