showlog: Change how filtering works when printing lines
commit85dbcf04857dd4a9c33aeb479ebbc29af56a0ec1
authorAndreas Ericsson <ae@op5.se>
Fri, 12 Mar 2010 12:37:00 +0000 (12 13:37 +0100)
committerAndreas Ericsson <ae@op5.se>
Fri, 12 Mar 2010 12:37:00 +0000 (12 13:37 +0100)
tree7f5d760bae2af03c134e58dbb1ec7ffac8abe222
parentac2722066911377cb436d00fea0cc170e2a4fa4a
showlog: Change how filtering works when printing lines

Instead of adding a print_line() statement after each of the
filter-out conditions and keeping a default: action of print_line(),
we might as well print by default if we don't return early in the
switch() statement.

Signed-off-by: Andreas Ericsson <ae@op5.se>
showlog.c