X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fdepends_exist.c;h=a90a7196e6172adabdabef1ea799baf3211b678c;hp=b6be1f94b91ddd47f50538caa862cc9d511f44ed;hb=6165b3afe402099a7473a1f518dc26ea3b74ee84;hpb=9361a12f2fc1da0054faadbbdecaa341d0a6fc28 diff --git a/tools/ccanlint/compulsory_tests/depends_exist.c b/tools/ccanlint/compulsory_tests/depends_exist.c index b6be1f94..a90a7196 100644 --- a/tools/ccanlint/compulsory_tests/depends_exist.c +++ b/tools/ccanlint/compulsory_tests/depends_exist.c @@ -45,8 +45,7 @@ static void check_depends_exist(struct manifest *m, *strrchr(updir, '/') = '\0'; if (safe_mode) - deps = get_safe_ccan_deps(m, m->dir, true, - &m->info_file->compiled); + deps = get_safe_ccan_deps(m, m->dir, true); else deps = get_deps(m, m->dir, true, &m->info_file->compiled);