diff options
author | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-11-11 21:20:32 +0100 |
---|---|---|
committer | Tristan Riehs <tristan.riehs@bordeaux-inp.fr> | 2023-11-11 21:20:32 +0100 |
commit | 18e20fb1f61f2db450cdaaf998ebc68c4fe3d45d (patch) | |
tree | 530fb1219fe350342194387bf3c43773524ad429 /rpt.c | |
parent | 69f85b8f3943f0e8ed87dc7afd8e87868f516966 (diff) |
wrong fclose deleted
Diffstat (limited to 'rpt.c')
-rw-r--r-- | rpt.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -233,7 +233,6 @@ main(int argc, char* argv[]) if (poll(&pollfd, 1, 0) < 0) { - fclose(stdin_clone); perror("poll"); return 4; } |