]> git.ozlabs.org Git - ccan/commit
ccanlint: handle DOS-style \r\n lines when parsing.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jul 2011 05:14:50 +0000 (14:44 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jul 2011 05:14:50 +0000 (14:44 +0930)
commite3bdf3937c8613f3958a5e8beaa8a92ec2da5170
treeeaf0d4f00d21f9f73591f5f632b3331aa434017a
parent5802573130c841d10734e1b0dcdb0b13167f9c86
ccanlint: handle DOS-style \r\n lines when parsing.

We don't correctly detect pure-comment lines in ccan/ttxml/ttxml.c
without this.
tools/ccanlint/file_analysis.c