From e338284d4342af061df9d8b12b0951b54db40f47 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 25 Jun 2016 02:07:52 +0000 Subject: Fix incorrect output with normalized arithmetic git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2794 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pamarith.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'other') diff --git a/other/pamarith.c b/other/pamarith.c index b64f69fb..54c18485 100644 --- a/other/pamarith.c +++ b/other/pamarith.c @@ -265,7 +265,7 @@ computeOutputType(struct pam * const outpamP, -static sample +static samplen samplenSum(samplen const operands[], unsigned int const operandCt) { @@ -282,7 +282,7 @@ samplenSum(samplen const operands[], -static sample +static samplen samplenMin(samplen const operands[], unsigned int const operandCt) { @@ -298,7 +298,7 @@ samplenMin(samplen const operands[], -static sample +static samplen samplenMax(samplen const operands[], unsigned int const operandCt) { @@ -314,7 +314,7 @@ samplenMax(samplen const operands[], -static sample +static samplen samplenMean(samplen const operands[], unsigned int const operandCt) { @@ -329,7 +329,7 @@ samplenMean(samplen const operands[], -static sample +static samplen samplenProduct(samplen const operands[], unsigned int const operandCt) { -- cgit 1.4.1