On 07/25/2011 06:22 PM, malc wrote:
> > > + }
> > > + if (a.fd< b.fd) {
> > > + return true;
> > > + } else {
if (a.fd> b.fd) {
> > > + return false;
> > > + }
}
CODING_STYLE permits braceless else if.
> > > > Braces.. > > > > Where? add? remove? > You authored the coding_style document btw.
It's CODING_STYLE. -- error compiling committee.c: too many arguments to function
