remove shadow warning.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 17 Jun 2012 17:38:03 +0000 (17:38 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 17 Jun 2012 17:38:03 +0000 (17:38 +0000)
commit1d0753edd3e654a598eb2cd81c668e33a561ab8e
tree34e8b1819e747b78cef05eb5449479863facb071
parent60d7e45cec611735ddd31e1c3c78903f5f466767
remove shadow warning.

"i" is already defined at the beginning of the function and is
(ab)used everywhere.

I'd rather narrow the variable scope to where it's used, but would
require a major refactor of the code.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72307 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/termpty.c