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 --- editor/pamscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/pamscale.c') diff --git a/editor/pamscale.c b/editor/pamscale.c index 1b3ab8f0..99f7d5c2 100644 --- a/editor/pamscale.c +++ b/editor/pamscale.c @@ -1392,7 +1392,7 @@ outputOneResampledRow(const struct pam * const outpamP, -----------------------------------------------------------------------------*/ unsigned int col; - bool haveOpacity; /* There is an opacity plane */ + int haveOpacity; /* There is an opacity plane */ unsigned int opacityPlane; /* Plane number of opacity plane, if any */ pnm_getopacity(outpamP, &haveOpacity, &opacityPlane); -- cgit 1.4.1