]> git.ozlabs.org Git - ccan/commit
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)
commit9d511cc5b12021b6c6c079fc5b08487fdf361a26
treeaa868664a8d013a5108f91f20b564ca5c10e98a6
parent117cc6cdab716e87dc286fb1f32a62f820bc90be
ccanlint: fix usage of static funcs

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.
tools/ccanlint/tests/examples_compile.c