On 16/01/2011 18:49, Jack Howarth wrote:

> The unnecessary bracing immediately after...
> 
>               for (lp = i->landing_pads; lp ; lp = lp->next_lp);
> 
> seems odd (as if the line above has accidentally gotten a ';' added).
> Is there a coding error here?

  Clearly, since it would make no sense to guarantee that lp was null (by
running off the end of the list) immediately before that block of code that
goes and dereferences it quite a lot!

    cheers,
      DaveK

Reply via email to