about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--converter/other/tifftopnm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/other/tifftopnm.c b/converter/other/tifftopnm.c
index 03f6f9e5..76670dac 100644
--- a/converter/other/tifftopnm.c
+++ b/converter/other/tifftopnm.c
@@ -1462,7 +1462,6 @@ convertIt(TIFF *             const tifP,
         success = TIFFReadDirectory(tifP);
         eof = !success;
         ++imageSeq;
-exit(5);
     }
 }