mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Replaced max=-1 by max = -1.
This commit is contained in:
parent
ff4949eeee
commit
de126a6ff8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ list2set(list, set, fd2obj)
|
|||
fd_set *set;
|
||||
object *fd2obj[FD_SETSIZE];
|
||||
{
|
||||
int i, len, v, max=-1;
|
||||
int i, len, v, max = -1;
|
||||
object *o, *filenomethod, *fno;
|
||||
|
||||
FD_ZERO(set);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue