about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-06-26 18:02:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-06-26 18:02:42 +0000
commitcd5163ed76bf0a04c2677149271095459bd1f4c8 (patch)
tree5ec561746e4dc3f22bccd96c1e0b67bf891c4f30 /other
parentae38293b8fe84689fb9decc2c1b6e54f32057941 (diff)
downloadnetpbm-mirror-cd5163ed76bf0a04c2677149271095459bd1f4c8.tar.gz
netpbm-mirror-cd5163ed76bf0a04c2677149271095459bd1f4c8.tar.xz
netpbm-mirror-cd5163ed76bf0a04c2677149271095459bd1f4c8.zip
Release 10.47.62
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@2798 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/pamarith.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/other/pamarith.c b/other/pamarith.c
index 4374ee1c..3d29ac93 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) {