From c9a8ded6515622a338acb53c219ad38994472683 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 19 Jun 2013 20:10:12 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1941 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pamexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/pamexec.c') diff --git a/other/pamexec.c b/other/pamexec.c index 5961319b..d14d8752 100644 --- a/other/pamexec.c +++ b/other/pamexec.c @@ -159,7 +159,7 @@ main(int argc, const char *argv[]) { struct cmdlineInfo cmdline; FILE * ifP; /* Input file pointer */ - bool eof; /* No more images in input */ + int eof; /* No more images in input */ unsigned int imageSeq; /* Sequence number of current image in input file. First = 0. (Useful for tracking down problems). -- cgit 1.4.1