bdonlan schrieb:
> On Tuesday 25 February 2003 12:11 am, Matthew Toseland wrote:
> > On Mon, Feb 24, 2003 at 09:24:25PM -0500, Bryan Donlan wrote:
> > > > --- 136,143 ----
> > > >                   return false;
> > > >
> > > > +             return true;
> > >
> > > Methinks the return true; would have no effect.
> >
> > Read the line above :)
> 
> Yes. return false;. The only thing in between is whitespace.


man if ;-)

if (fooIsEvil()) 
     return false;
return true;

only white space...

mihi (no i did not look at the source, just a guess)


_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to