On Mon, May 17, 2010 at 02:26:22PM -0700, Steven Dake wrote:
> good for merge
> 

Committed.

> 
> loc is reused On Mon, 2010-05-17 at 12:02 +1000, Angus Salkeld wrote:
> > Signed-off-by: Angus Salkeld <[email protected]>
> > ---
> >  exec/coroparse.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/exec/coroparse.c b/exec/coroparse.c
> > index a1e3843..f3a26ee 100644
> > --- a/exec/coroparse.c
> > +++ b/exec/coroparse.c
> > @@ -188,7 +188,7 @@ static int parse_section(FILE *fp,
> >                             value, strlen (value) + 1, 
> > OBJDB_VALUETYPE_STRING);
> >             }
> >  
> > -           if ((loc = strchr_rs (line, '}'))) {
> > +           if (strchr_rs (line, '}')) {
> >                     return 0;
> >             }
> >     }
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to