about summary refs log tree commit diff
path: root/editor/specialty
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-03-29 22:56:28 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-03-29 22:56:28 +0000
commit0cb805a50130e07d718cbf820e1e85ec9b688c03 (patch)
tree5dcc1f3450aa2b572ddd36f4a405b55218e7a65d /editor/specialty
parentdde5e8f2c60bbc5da47ac90f6b48a41edd052ba3 (diff)
downloadnetpbm-mirror-0cb805a50130e07d718cbf820e1e85ec9b688c03.tar.gz
netpbm-mirror-0cb805a50130e07d718cbf820e1e85ec9b688c03.tar.xz
netpbm-mirror-0cb805a50130e07d718cbf820e1e85ec9b688c03.zip
Fix compile error from yesterday
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2438 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/specialty')
-rw-r--r--editor/specialty/pgmmorphconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/specialty/pgmmorphconv.c b/editor/specialty/pgmmorphconv.c
index d6cac51d..2ba2d62d 100644
--- a/editor/specialty/pgmmorphconv.c
+++ b/editor/specialty/pgmmorphconv.c
@@ -295,7 +295,7 @@ closeMorph(bit **         const template,
 
 static void
 subtract(gray **      const subtrahendImage,
-         gray **      const substractorIImage,
+         gray **      const subtractorImage,
          gray **      const outImage, 
          unsigned int const rows,
          unsigned int const cols ) {