aboutsummaryrefslogtreecommitdiff
path: root/rpt.c
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2023-11-11 21:20:32 +0100
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2023-11-11 21:20:32 +0100
commit18e20fb1f61f2db450cdaaf998ebc68c4fe3d45d (patch)
tree530fb1219fe350342194387bf3c43773524ad429 /rpt.c
parent69f85b8f3943f0e8ed87dc7afd8e87868f516966 (diff)
wrong fclose deleted
Diffstat (limited to 'rpt.c')
-rw-r--r--rpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpt.c b/rpt.c
index 2abdaf0..780257d 100644
--- a/rpt.c
+++ b/rpt.c
@@ -233,7 +233,6 @@ main(int argc, char* argv[])
if (poll(&pollfd, 1, 0) < 0)
{
- fclose(stdin_clone);
perror("poll");
return 4;
}