1 Feb
2010
1 Feb
'10
3:47 p.m.
On Sun, Jan 31, 2010 at 12:02:12PM -0800, Joe Perches wrote:
String constants that are continued on subsequent lines with \ are not good.
Signed-off-by: Joe Perches joe@perches.com
Gah, I thought I'd caught most of these when reviewing. If you're using a script to pick this stuff up it'd be worth checking for extraneous continuations in the middle of code - outside of macros there's little call for it.
Applied, thanks.