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/pnmcolormap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other/pnmcolormap.c') diff --git a/other/pnmcolormap.c b/other/pnmcolormap.c index fca4a213..57db4329 100644 --- a/other/pnmcolormap.c +++ b/other/pnmcolormap.c @@ -655,7 +655,7 @@ addImageColorsToHash(struct pam * const pamP, pnm_readpamrow(pamP, tuplerow); for (col = 0; col < pamP->width; ++col) { - bool firstOccurrence; + int firstOccurrence; pnm_addtuplefreqoccurrence(pamP, tuplerow[col], tuplehash, &firstOccurrence); @@ -688,7 +688,7 @@ computeHistogram(FILE * const ifP, struct pam firstPam; tuplehash tuplehash; unsigned int colorCount; - bool eof; + int eof; pm_message("making histogram..."); -- cgit 1.4.1