cmd: Reduce scope of 'count' variable
Variable is used in one plaice only within a nested statement block.
The code is cleaner if the variable is declared near where it is used.
Found using cppcheck.
Reduce the scope of 'count' variable.
Signed-off-by:
Tobin C. Harding <me@tobin.cc>
Showing
Please
register
or
sign in
to comment