X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Finfo_exists.c;h=330749ba46af0e076f91916c15cd6b4860a5b0e1;hb=0621cac3bf1b5cf4c90de56e0e43b0acde0c94f1;hp=80edb5aa911b25c868407d3114e97fce44f63bc3;hpb=60824f8a0f758dc7808eb31cc83434ea78f44ed1;p=ccan diff --git a/tools/ccanlint/tests/info_exists.c b/tools/ccanlint/tests/info_exists.c index 80edb5aa..330749ba 100644 --- a/tools/ccanlint/tests/info_exists.c +++ b/tools/ccanlint/tests/info_exists.c @@ -13,13 +13,13 @@ #include static void check_has_info(struct manifest *m, - bool keep, unsigned int *timeleft, struct score *score) { if (m->info_file) { score->pass = true; score->score = score->total; + add_info_options(m->info_file); } else { score->error = talloc_strdup(score, "You have no _info file.\n\n"