about summary refs log tree commit diff
path: root/converter/other/tifftopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-26 23:41:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-26 23:41:54 +0000
commitb4d544584e7b5b1355a7c9a708d118ea29a31a75 (patch)
tree6330d3f603f5a588612311b2e052889119d60037 /converter/other/tifftopnm.c
parentdf4bd564d2a033685a886b3992fdc1a6b6b6bde6 (diff)
downloadnetpbm-mirror-b4d544584e7b5b1355a7c9a708d118ea29a31a75.tar.gz
netpbm-mirror-b4d544584e7b5b1355a7c9a708d118ea29a31a75.tar.xz
netpbm-mirror-b4d544584e7b5b1355a7c9a708d118ea29a31a75.zip
Remove debugging code
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@568 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/tifftopnm.c')
-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);
     }
 }