about summary refs log tree commit diff
path: root/editor/pamthreshold.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-19 20:10:12 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-19 20:10:12 +0000
commitc9a8ded6515622a338acb53c219ad38994472683 (patch)
tree19e010bae1050ffca87a4e310c6253b5d87c0223 /editor/pamthreshold.c
parent71d45e99ee6ba0a61c3f177e645ce5886923bd4d (diff)
downloadnetpbm-mirror-c9a8ded6515622a338acb53c219ad38994472683.tar.gz
netpbm-mirror-c9a8ded6515622a338acb53c219ad38994472683.tar.xz
netpbm-mirror-c9a8ded6515622a338acb53c219ad38994472683.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1941 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/pamthreshold.c')
-rw-r--r--editor/pamthreshold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pamthreshold.c b/editor/pamthreshold.c
index 8369602d..8d28bc4a 100644
--- a/editor/pamthreshold.c
+++ b/editor/pamthreshold.c
@@ -658,7 +658,7 @@ main(int argc, char **argv) {
     FILE * ifP; 
     struct cmdlineInfo cmdline;
     struct pam inpam, outpam;
-    bool eof;  /* No more images in input stream */
+    int eof;  /* No more images in input stream */
 
     pnm_init(&argc, argv);