about summary refs log tree commit diff
path: root/other/pamarith.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-06-25 02:11:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-06-25 02:11:20 +0000
commitfe14f983ade44baa0794e4ce58a1a5334e46cf68 (patch)
treed7754e5fd6192b92fbde16b5aad4dbe8d6a433d1 /other/pamarith.c
parente3fed7fc8683d108109e8a84ee42f2522a0bf405 (diff)
downloadnetpbm-mirror-fe14f983ade44baa0794e4ce58a1a5334e46cf68.tar.gz
netpbm-mirror-fe14f983ade44baa0794e4ce58a1a5334e46cf68.tar.xz
netpbm-mirror-fe14f983ade44baa0794e4ce58a1a5334e46cf68.zip
Release 10.74.05
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2795 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other/pamarith.c')
-rw-r--r--other/pamarith.c10
1 files changed, 5 insertions, 5 deletions
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) {