Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de126a6

Browse files
committed
Replaced max=-1 by max = -1.
1 parent ff4949e commit de126a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/selectmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ list2set(list, set, fd2obj)
3838
fd_set *set;
3939
object *fd2obj[FD_SETSIZE];
4040
{
41-
int i, len, v, max=-1;
41+
int i, len, v, max = -1;
4242
object *o, *filenomethod, *fno;
4343

4444
FD_ZERO(set);

0 commit comments

Comments
 (0)