]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/info_exists.c
ccanlint: Move ccanlint test options from _info comments to code
[ccan] / tools / ccanlint / tests / info_exists.c
index 5e4459bcbe02d362213bcf35e99a33c37c14f175..8f01946f7ff018dfaa01d0acdf6e17d8f2e86cdb 100644 (file)
@@ -20,7 +20,7 @@ static void check_has_info(struct manifest *m,
        if (m->info_file) {
                score->pass = true;
                score->score = score->total;
-               add_info_options(m->info_file);
+               add_info_options(m);
        } else {
                score->error = tal_strdup(score,
        "You have no _info file.\n\n"