about summary refs log tree commit diff
path: root/converter/other/pamtopam.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtopam.c')
-rw-r--r--converter/other/pamtopam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtopam.c b/converter/other/pamtopam.c
index cae54060..9cb82f7a 100644
--- a/converter/other/pamtopam.c
+++ b/converter/other/pamtopam.c
@@ -17,7 +17,7 @@
 int
 main(int argc, const char * argv[]) {
 
-    bool       eof;     /* no more images in input stream */
+    int        eof;     /* no more images in input stream */
     struct pam inpam;   /* Input PAM image */
     struct pam outpam;  /* Output PAM image */