]> git.michaelhowe.org Git - packages/o/openafs.git/commit
scout.c: only declare width once
authorMarc Dionne <marc.c.dionne@gmail.com>
Wed, 26 May 2010 21:50:43 +0000 (17:50 -0400)
committerRuss Allbery <rra@stanford.edu>
Thu, 27 May 2010 02:58:25 +0000 (19:58 -0700)
commit19dee933a0ca1d824edb697e43f29628cce06f55
tree8ae8e9d71c532e233cf70512c143eec9fcf161b5
parentdc8f18d6f5003712bc9ef989363137a84953df07
scout.c: only declare width once

The width variable was declared twice, for the whole function
and also within the for loop, leaving the first one unused
and triggering a warning and a failed build with enable-checking.

Change-Id: Idd061aa0e9eff1f158bfdbd67a20fe5876570089
Reviewed-on: http://gerrit.openafs.org/2039
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
src/scout/scout.c