about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--converter/other/pnmtops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pnmtops.c b/converter/other/pnmtops.c
index 5e7d1563..29326508 100644
--- a/converter/other/pnmtops.c
+++ b/converter/other/pnmtops.c
@@ -2041,7 +2041,7 @@ main(int argc, const char * argv[]) {
        that new files will get file descriptor numbers less than 10,
        so we close superfluous files now to make sure that's true.
     */
-    closeAllBut(fileno(ifP), fileno(stdout), fileno(stdout));
+    closeAllBut(fileno(ifP), fileno(stdout), fileno(stderr));
 
     {
         int eof;  /* There are no more images in the input file */