Jürgen Spitzmüller
Mon, 08 Feb 2010 05:38:34 -0800
John McCabe-Dansted wrote: > see attached. Thanks, Looks good from my POV.
Final nitpick:
> + for (i=0;i<num_lines;i++) {
Whitespace/style:
+ for (i = 0; i < num_lines; ++i) {
If nobody objects, I commit the final patch to branch and trunk.
Jürgen