]> git.ozlabs.org Git - ccan-lca-2011.git/commitdiff
ccanlint: fix usage of static funcs
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 6 Dec 2010 02:18:18 +0000 (12:48 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 6 Dec 2010 02:18:18 +0000 (12:48 +1030)
Out-by-one error had us using character prior to declaration, eg, in
"static int *foo" we use "*foo".  This seems to compile, but is weird.


No differences found