diff --git a/comport.c b/comport.c index 7b62cbf..089cac8 100644 --- a/comport.c +++ b/comport.c @@ -1776,7 +1776,7 @@ static void comport_enum(t_comport *x) /* now see if it has attributes */ if ((tcgetattr(fd, &test)) != -1) post("\t%d\t%s", i, glob_buffer.gl_pathv[i]);// this one really exists - close (fd); + close (fd); } } #endif /* _WIN32 */