X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fidempotent.c;h=944fd24820d7160e4756c08ee19ec2db3a977fab;hp=e39cc2ac2e7ba696f16077c8b2d0724ce1f3e9fd;hb=f9423c171395571f9880286190d9cf63da147668;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46 diff --git a/tools/ccanlint/tests/idempotent.c b/tools/ccanlint/tests/idempotent.c index e39cc2ac..944fd248 100644 --- a/tools/ccanlint/tests/idempotent.c +++ b/tools/ccanlint/tests/idempotent.c @@ -194,7 +194,7 @@ static void check_idempotent(struct manifest *m, } struct ccanlint idempotent = { - .key = "idempotent", + .key = "headers_idempotent", .name = "Module headers are #ifndef/#define wrapped", .check = check_idempotent, .handle = handle_idem,