Clean up code in inc.c
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Tue, 21 Dec 2010 16:50:24 +0000 (16:50 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Tue, 21 Dec 2010 16:50:24 +0000 (16:50 +0000)
commit0ce746a6f402fd4a6a4bbdedd5ae65993ef56c38
tree36297dc4b54a71c03584ce4684fea018fed44907
parent464b0345e434044712dffa4d72e72d36316d2b7c
Clean up code in inc.c

Clean up the confusing use of a variable 'i' in inc.c.
The case where it was being used as 'an error occurred
which means we should not truncate the mailspool' is now
called 'incerr' and merged with the equivalent 'p' variable
used in the POP-specific code. Cases where it was being
used as a random temporary are still called 'i' but now
declared with a much more restricted scope.
This fixes a compilation warning for some compilers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
uip/inc.c