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.



SVN revision: 72307
This commit is contained in:
Gustavo Sverzut Barbieri 2012-06-17 17:38:03 +00:00
parent 8497f7a389
commit 7f0c9cdc47
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ _handle_esc_csi(Termpty *ty, const int *c, int *ce)
arg = _csi_arg_get(&b);
if (b)
{
int i, size;
int size;
switch (arg)
{