about summary refs log tree commit diff
path: root/converter/pbm/pbmtopsg3.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pbm/pbmtopsg3.c')
-rw-r--r--converter/pbm/pbmtopsg3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pbm/pbmtopsg3.c b/converter/pbm/pbmtopsg3.c
index 2878686b..8163b70a 100644
--- a/converter/pbm/pbmtopsg3.c
+++ b/converter/pbm/pbmtopsg3.c
@@ -323,7 +323,7 @@ doPages(FILE *         const ifP,
         unsigned int * const pagesP,
         double         const dpi) {
 
-    bool eof;
+    int eof;
     unsigned int pagesDone;
 
     eof = FALSE;