fixed indentation
This commit is contained in:
parent
d63a61098b
commit
c8e6d783bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1776,7 +1776,7 @@ static void comport_enum(t_comport *x)
|
||||||
/* now see if it has attributes */
|
/* now see if it has attributes */
|
||||||
if ((tcgetattr(fd, &test)) != -1)
|
if ((tcgetattr(fd, &test)) != -1)
|
||||||
post("\t%d\t%s", i, glob_buffer.gl_pathv[i]);// this one really exists
|
post("\t%d\t%s", i, glob_buffer.gl_pathv[i]);// this one really exists
|
||||||
close (fd);
|
close (fd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue