Replace confusing if (c) return false; else return true; by simple boolean expression.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 18 Nov 2007 11:38:07 +0000 (11:38 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 18 Nov 2007 11:38:07 +0000 (11:38 +0000)
commit6309399f4d63239e369a57c4d4728ca4590f295d
treed9bfce1c74a561c104a2da4807b6e3e54a86cecf
parent13299fdec966db493b8959289ee81cbeb1693e47
Replace confusing if (c) return false; else return true; by simple boolean expression.

[r18481]
parser.c