Fixed variable declaration so older compilers will not complain.
authorEarl Hood <earl@earlhood.com>
Sat, 6 Feb 2010 07:45:47 +0000 (07:45 +0000)
committerEarl Hood <earl@earlhood.com>
Sat, 6 Feb 2010 07:45:47 +0000 (07:45 +0000)
I.e. Older compilers may not support C99, so variables must be
declared at the beginning of a block.


No differences found