From a4b7c7bd2ab30a51d6b231c80ecd575e8c551654 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 19 Jun 2013 15:53:04 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1939 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtopnm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other/pamtopnm.c') 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 */ -- cgit 1.4.1