Fix failure to strip end of line with comment
authorJens Axboe <jens.axboe@oracle.com>
Fri, 6 Mar 2009 19:29:29 +0000 (20:29 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 6 Mar 2009 19:29:29 +0000 (20:29 +0100)
commit853ee7fc686293cd45fbb177c75114ed2489144d
tree9169606125c61e145a2b4097ebf817308cc2ae3c
parent9d7dfdaef1ed5f6227fd31117d310ac15ae63152
Fix failure to strip end of line with comment

We left a space at the end, which confused the postfix checking.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c