about summary refs log tree commit diff
path: root/other/pamsplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamsplit.c')
-rw-r--r--other/pamsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamsplit.c b/other/pamsplit.c
index 2c029d04..26eb0d59 100644
--- a/other/pamsplit.c
+++ b/other/pamsplit.c
@@ -155,7 +155,7 @@ main(int argc, const char *argv[]) {
     struct cmdlineInfo cmdline;
 
     FILE * ifP;
-    bool eof;  /* No more images in input */
+    int eof;  /* No more images in input */
     unsigned int imageSeq;  
         /* Sequence of current image in input file.  First = 0 */