about summary refs log tree commit diff
path: root/converter/other/pamtopnm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtopnm.c')
-rw-r--r--converter/other/pamtopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtopnm.c b/converter/other/pamtopnm.c
index ba655b1e..9bb662b7 100644
--- a/converter/other/pamtopnm.c
+++ b/converter/other/pamtopnm.c
@@ -109,7 +109,7 @@ main(int argc, char *argv[]) {
 
     struct cmdlineInfo cmdline;
     FILE* ifP;
-    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 PNM image */