ifpps: Simplify logic wrt. omit_header in term_main()
commit8665a86cc2713b9ca8ae036435e61876fc513177
authorTobias Klauser <tklauser@distanz.ch>
Wed, 2 Oct 2013 06:19:23 +0000 (2 08:19 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 2 Oct 2013 06:19:23 +0000 (2 08:19 +0200)
tree120057bebcb671be50c0af86aea43525961b503a
parentd94e3725ecb2282d802e1241df4e491cc7da6720
ifpps: Simplify logic wrt. omit_header in term_main()

We can reuse the omit_header variable to get rid of the existing
variable 'first', which was used to make sure the header gets only
printed once at the beginning.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c