fix "(style) Statements following return, break, continue, goto or throw
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 4 Mar 2012 22:50:30 +0000 (23:50 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 4 Mar 2012 22:50:30 +0000 (23:50 +0100)
commitf685054e7e37c2d24dd0f0391c6d5a4e1a0b9099
tree374eab6b794583f774507990af008023b8504eba
parentdcaa1185506986142bccd990a5dca4c6ec1228cf
fix "(style) Statements following return, break, continue, goto or throw
will never be executed." from cppcheck. The fd was closed only after a
return, so invert the order of lines and be happy
apt-inst/dirstream.cc