X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fexamples_compile.c;fp=tools%2Fccanlint%2Ftests%2Fexamples_compile.c;h=88530e2b270bb00821454103bbc0dec8c7839985;hb=3953aaa384210378777cc06f5e7d7f40e44a20e8;hp=f9a919a1bfcf7d83748d026e79ec8eb2dd278601;hpb=6a4a813de2610ff977ff521778aad67a0e9394b5;p=ccan-lca-2011.git diff --git a/tools/ccanlint/tests/examples_compile.c b/tools/ccanlint/tests/examples_compile.c index f9a919a..88530e2 100644 --- a/tools/ccanlint/tests/examples_compile.c +++ b/tools/ccanlint/tests/examples_compile.c @@ -446,8 +446,8 @@ static void *build_examples(struct manifest *m, bool keep, examples_compile.total_score = 0; list_for_each(&m->examples, i, list) { - char *ret, *ret1 = NULL, *ret2; - struct ccan_file *mangle1 = NULL, *mangle2; + char *ret, *ret1, *ret2 = NULL; + struct ccan_file *mangle1, *mangle2 = NULL; examples_compile.total_score++; /* Simplify our dumb parsing. */